| Категории |
КатегорииKotlin Языки программирования |
|---|---|
| Группа | Группаcom.github.frtu.archetype |
| Идентификатор | Идентификаторkotlin-extended-pom |
| Версия | Версия1.2.2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| kotlin-extended-pom-1.2.2.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.frtu.archetype/kotlin-extended-pom/ -->
<dependency>
<groupId>com.github.frtu.archetype</groupId>
<artifactId>kotlin-extended-pom</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.archetype/kotlin-extended-pom/
implementation 'com.github.frtu.archetype:kotlin-extended-pom:1.2.2'
// https://jarcasting.com/artifacts/com.github.frtu.archetype/kotlin-extended-pom/
implementation ("com.github.frtu.archetype:kotlin-extended-pom:1.2.2")
'com.github.frtu.archetype:kotlin-extended-pom:pom:1.2.2'
<dependency org="com.github.frtu.archetype" name="kotlin-extended-pom" rev="1.2.2">
<artifact name="kotlin-extended-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.archetype', module='kotlin-extended-pom', version='1.2.2')
)
libraryDependencies += "com.github.frtu.archetype" % "kotlin-extended-pom" % "1.2.2"
[com.github.frtu.archetype/kotlin-extended-pom "1.2.2"]