License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.frtu.archetype |
ArtifactId | ArtifactIdkotlin-base-pom |
Version | Version1.1.6 |
Type | Typepom |
Description |
DescriptionParent pom for base JARs using Kotlin
A parent pom for all the base JARs using Kotlin
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-base-pom-1.1.6.pom | 15 KB |
Browse |
<!-- 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.1.6</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.1.6'
// https://jarcasting.com/artifacts/com.github.frtu.archetype/kotlin-base-pom/
implementation ("com.github.frtu.archetype:kotlin-base-pom:1.1.6")
'com.github.frtu.archetype:kotlin-base-pom:pom:1.1.6'
<dependency org="com.github.frtu.archetype" name="kotlin-base-pom" rev="1.1.6">
<artifact name="kotlin-base-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.archetype', module='kotlin-base-pom', version='1.1.6')
)
libraryDependencies += "com.github.frtu.archetype" % "kotlin-base-pom" % "1.1.6"
[com.github.frtu.archetype/kotlin-base-pom "1.1.6"]