g

gradle-conventions-kotlin

A library of helpful conventions for working with Gradle and KGP
https://github.com/eygraber/gradle-conventions/
MIT
Eliezer Graber
文件下载
文件名 操作
gradle-conventions-kotlin-0.0.45.jar 下载
gradle-conventions-kotlin-0.0.45.pom 下载
gradle-conventions-kotlin-0.0.45-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.eygraber</groupId>
  <artifactId>gradle-conventions-kotlin</artifactId>
  <version>0.0.45</version>
</dependency>
Gradle Groovy
implementation 'com.eygraber:gradle-conventions-kotlin:0.0.45'
Gradle Kotlin
implementation("com.eygraber:gradle-conventions-kotlin:0.0.45")
Scala SBT
libraryDependencies += "com.eygraber" % "gradle-conventions-kotlin" % "0.0.45"
Groovy Grape
@Grapes(
  @Grab(group='com.eygraber', module='gradle-conventions-kotlin', version='0.0.45')
)
Apache Ivy
<dependency org="com.eygraber" name="gradle-conventions-kotlin" rev="0.0.45" />
Leiningen
[com.eygraber/gradle-conventions-kotlin "0.0.45"]
Apache Buildr
'com.eygraber:gradle-conventions-kotlin:jar:0.0.45'
本项目依赖