g

gradle-conventions

A library of helpful conventions for working with Gradle
https://github.com/eygraber/gradle-conventions/
MIT
Eliezer Graber
Files download
File Operation
gradle-conventions-0.0.74.jar download
gradle-conventions-0.0.74.pom download
gradle-conventions-0.0.74-sources.jar download
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'