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