g

gradle-conventions-kotlin

A library of helpful conventions for working with Gradle and KGP
https://github.com/eygraber/gradle-conventions/
MIT
Eliezer Graber
Files download
File Operation
gradle-conventions-kotlin-0.0.56.jar download
gradle-conventions-kotlin-0.0.56.pom download
gradle-conventions-kotlin-0.0.56-sources.jar download
Apache Maven
<dependency>
  <groupId>com.eygraber</groupId>
  <artifactId>gradle-conventions-kotlin</artifactId>
  <version>0.0.56</version>
</dependency>
Gradle Groovy
implementation 'com.eygraber:gradle-conventions-kotlin:0.0.56'
Gradle Kotlin
implementation("com.eygraber:gradle-conventions-kotlin:0.0.56")
Scala SBT
libraryDependencies += "com.eygraber" % "gradle-conventions-kotlin" % "0.0.56"
Groovy Grape
@Grapes(
  @Grab(group='com.eygraber', module='gradle-conventions-kotlin', version='0.0.56')
)
Apache Ivy
<dependency org="com.eygraber" name="gradle-conventions-kotlin" rev="0.0.56" />
Leiningen
[com.eygraber/gradle-conventions-kotlin "0.0.56"]
Apache Buildr
'com.eygraber:gradle-conventions-kotlin:jar:0.0.56'