MVN

io.toolisticon.maven.parent : maven-parent-kotlin-base

Maven & Gradle

Aug 25, 2023
2 stars

Maven Parent - Kotlin Base · Maven parent for a holistic kotlin lib project.

<dependency>
    <groupId>io.toolisticon.maven.parent</groupId>
    <artifactId>maven-parent-kotlin-base</artifactId>
    <version>2023.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.toolisticon.maven.parent : maven-parent-kotlin-base to add to Maven - Latest Versions:

  • Latest Stable: 2023.8.1

All Versions

Choose a version of io.toolisticon.maven.parent : maven-parent-kotlin-base to add to Maven - All Versions:

Version Vulnerabilities Updated
2023.8.x
maven-parent-kotlin-base-2023.8.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.toolisticon.maven.parent</groupId>
    <artifactId>maven-parent-kotlin-base</artifactId>
    <version>2023.8.1</version>
</dependency>

Advertisement