MVN

com.github.thorbenkuck : release-parent-kotlin

Maven & Gradle

Dec 25, 2020

Release Parent Kotlin · A Parent, that contains all needed for deploying a kotlin framework

<dependency>
    <groupId>com.github.thorbenkuck</groupId>
    <artifactId>release-parent-kotlin</artifactId>
    <version>1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.thorbenkuck : release-parent-kotlin to add to Maven - Latest Versions:

  • Latest Stable: 1

All Versions

Choose a version of com.github.thorbenkuck : release-parent-kotlin to add to Maven - All Versions:

Version Vulnerabilities Updated
1
release-parent-kotlin-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.thorbenkuck</groupId>
    <artifactId>release-parent-kotlin</artifactId>
    <version>1</version>
</dependency>

Advertisement