คำถามติดแท็ก ivy

5
Gradle - รับการอ้างอิงเวอร์ชันล่าสุด
อะไรคือวิธีที่ง่ายที่สุดในการบอกGradleสิ่งต่อไปนี้: ดึงข้อมูลการพึ่งพา 'junit' และใช้เวอร์ชัน 'release' ล่าสุด การจัดการที่เก็บ Maven และ Ivy เป็นเรื่องใหม่สำหรับฉัน ฉันลองทำตามขั้นตอนต่อไปนี้แล้วและเกิดCould not resolve dependency ...ข้อผิดพลาด: เขียนcompile "junit:junit:latest.release"โดยตั้งค่าที่เก็บเป็นเท่านั้นmavenCentral() (อย่างไรก็ตามจะใช้ได้ถ้าฉันพูดว่า "junit: junit: 4.10") เขียนcompile "junit:junit:latest.release"ด้วยที่เก็บตั้งค่าวิธีต่อไปนี้: ivy { // I also tried 'http://maven.org' and other possible variants. url "http://repo1.maven.org" layout "maven" } พยายามใช้ที่เก็บ Spring Source Ivy: ivy { artifactPattern "http://repository.springsource.com/ivy/libraries/release/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]" ivyPattern "http://repository.springsource.com/ivy/libraries/release/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]" …

1
ความหมายของประเภท "มัด" ในการพึ่งพา maven คืออะไร?
ความหมายของ "มัด" เช่นในการพึ่งพานี้คืออะไร: <dependency> <groupId>org.apache.abdera</groupId> <artifactId>abdera-core</artifactId> <version>1.1.2</version> <type>bundle</type> <scope>compile</scope> </dependency>

1
Angular 9 Ivy - ประเภททั่วไป 'ɵɵFactoryDef' ต้องการอาร์กิวเมนต์ 2 ประเภท
ดูเหมือนว่า Angular Ivy ยังไม่พร้อม ฉันพยายามที่จะสร้างโครงการของฉันโดยใช้ไม้เลื้อยซึ่งเป็นแนวคิดหลักสำหรับเชิงมุม 9. @angular/flex-layoutห้องสมุดหลายแห่งไม่ได้เข้ากันได้กับคุณลักษณะนี้หนึ่งในห้องสมุดเหล่านี้คือ วัสดุและงานบริการมีปัญหาเช่นเดียวกัน หลังจากใช้ng build --prod --aot -c=productionสคริปต์เพื่อสร้างโครงการของฉันฉันได้รับ: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ node_modules/@angular/flex-layout/core/typings/media-trigger/media-trigger.d.ts:71:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s). 71 static ɵfac: ɵngcc0.ɵɵFactoryDef<MediaTrigger>; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ node_modules/@angular/flex-layout/extended/typings/show-hide/show-hide.d.ts:18:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s). 18 static ɵfac: ɵngcc0.ɵɵFactoryDef<ShowHideStyleBuilder>; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ node_modules/@angular/flex-layout/extended/typings/show-hide/show-hide.d.ts:49:18 - error TS2314: …
17 angular  ivy  angular9 
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.