MVN

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

Maven & Gradle

Jun 11, 2023
1 usages
0 stars

Parent pom for base JARs using Kotlin · A parent pom for all the base JARs using Kotlin

<dependency>
    <groupId>com.github.frtu.archetype</groupId>
    <artifactId>kotlin-base-pom</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.frtu.archetype : kotlin-base-pom to add to Maven - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of com.github.frtu.archetype : kotlin-base-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
kotlin-base-pom-1.3.0
1.2.x
kotlin-base-pom-1.2.5
kotlin-base-pom-1.2.4
kotlin-base-pom-1.2.3
kotlin-base-pom-1.2.2
kotlin-base-pom-1.2.1
kotlin-base-pom-1.2.0
1.1.x
kotlin-base-pom-1.1.6
kotlin-base-pom-1.1.5
kotlin-base-pom-1.1.4
kotlin-base-pom-1.1.3
kotlin-base-pom-1.1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.frtu.archetype</groupId>
    <artifactId>kotlin-base-pom</artifactId>
    <version>1.3.0</version>
</dependency>