is not current version
Last Version 1.2.4

com.github.frtu.archetype:kotlin-base-pom 1.1.4

A parent pom for all the base JARs using Kotlin

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.frtu.archetype
ArtifactId

ArtifactId

kotlin-base-pom
Version

Version

1.1.4
Type

Type

pom

Download kotlin-base-pom 1.1.4

Filename Size
kotlin-base-pom-1.1.4.pom 14 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.4</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.4'
// https://jarcasting.com/artifacts/com.github.frtu.archetype/kotlin-base-pom/
implementation ("com.github.frtu.archetype:kotlin-base-pom:1.1.4")
'com.github.frtu.archetype:kotlin-base-pom:pom:1.1.4'
<dependency org="com.github.frtu.archetype" name="kotlin-base-pom" rev="1.1.4">
  <artifact name="kotlin-base-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.archetype', module='kotlin-base-pom', version='1.1.4')
)
libraryDependencies += "com.github.frtu.archetype" % "kotlin-base-pom" % "1.1.4"
[com.github.frtu.archetype/kotlin-base-pom "1.1.4"]