k

kotlinParentPom

A parent pom file for all of my kotlin projects.
https://github.com/vatbub/${gitRepoName}
Apache 2.0
Frederik Kammel
Frederik Kammel
Files download
File Operation
kotlinParentPom-1.1.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.vatbub</groupId>
  <artifactId>kotlinParentPom</artifactId>
  <version>1.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.vatbub:kotlinParentPom:1.1.1'
Gradle Kotlin
implementation("com.github.vatbub:kotlinParentPom:1.1.1")
Scala SBT
libraryDependencies += "com.github.vatbub" % "kotlinParentPom" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vatbub', module='kotlinParentPom', version='1.1.1')
)
Apache Ivy
<dependency org="com.github.vatbub" name="kotlinParentPom" rev="1.1.1" />
Leiningen
[com.github.vatbub/kotlinParentPom "1.1.1"]
Apache Buildr
'com.github.vatbub:kotlinParentPom:jar:1.1.1'