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