Files download
File Operation
scripts-0.6.1.jar download
scripts-0.6.1.pom download
scripts-0.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.freeletics.gradle</groupId>
  <artifactId>scripts</artifactId>
  <version>0.6.1</version>
</dependency>
Gradle Groovy
implementation 'com.freeletics.gradle:scripts:0.6.1'
Gradle Kotlin
implementation("com.freeletics.gradle:scripts:0.6.1")
Scala SBT
libraryDependencies += "com.freeletics.gradle" % "scripts" % "0.6.1"
Groovy Grape
@Grapes(
  @Grab(group='com.freeletics.gradle', module='scripts', version='0.6.1')
)
Apache Ivy
<dependency org="com.freeletics.gradle" name="scripts" rev="0.6.1" />
Leiningen
[com.freeletics.gradle/scripts "0.6.1"]
Apache Buildr
'com.freeletics.gradle:scripts:jar:0.6.1'