g

gradle-conventions

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