g

gradle-conventions-plugin

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