c

convention

"Gradle convention plugins. Not intended to be used in others' projects"
https://github.com/radekkozak/gradle-plugins
The Apache License, Version 2.0
Radek Kozak
Files download
File Operation
convention-0.1.0.jar download
convention-0.1.0.pom download
convention-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.radekkozak.gradle</groupId>
  <artifactId>convention</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.radekkozak.gradle:convention:0.1.0'
Gradle Kotlin
implementation("com.radekkozak.gradle:convention:0.1.0")
Scala SBT
libraryDependencies += "com.radekkozak.gradle" % "convention" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.radekkozak.gradle', module='convention', version='0.1.0')
)
Apache Ivy
<dependency org="com.radekkozak.gradle" name="convention" rev="0.1.0" />
Leiningen
[com.radekkozak.gradle/convention "0.1.0"]
Apache Buildr
'com.radekkozak.gradle:convention:jar:0.1.0'