MVN

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

Maven & Gradle

Jan 24, 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.2.5</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.2.5

All Versions

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

  • Version Updated
  • kotlin-base-pom-1.2.5

    Jan 24, 2023
  • kotlin-base-pom-1.2.4

    May 29, 2022
  • kotlin-base-pom-1.2.3

    Jan 03, 2022
  • kotlin-base-pom-1.2.2

    Jan 02, 2022
  • kotlin-base-pom-1.2.1

    Aug 08, 2021
  • kotlin-base-pom-1.2.0

    Jun 20, 2021
  • kotlin-base-pom-1.1.6

    Jun 13, 2021
  • kotlin-base-pom-1.1.5

    May 23, 2021
  • kotlin-base-pom-1.1.4

    Mar 28, 2021
  • kotlin-base-pom-1.1.3

    Feb 15, 2021
  • kotlin-base-pom-1.1.2

    Jan 31, 2021

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.2.5</version>
</dependency>