c

com.freeletics.gradle.publish.internal.gradle.plugin

A set of reusable Gradle plugins
https://github.com/freeletics/freeletics-gradle-plugins/
The Apache Software License, Version 2.0
Freeletics
Files download
File Operation
com.freeletics.gradle.publish.internal.gradle.plugin-0.12.1.pom download
Apache Maven
<dependency>
  <groupId>com.freeletics.gradle.publish.internal</groupId>
  <artifactId>com.freeletics.gradle.publish.internal.gradle.plugin</artifactId>
  <version>0.12.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.freeletics.gradle.publish.internal:com.freeletics.gradle.publish.internal.gradle.plugin:0.12.1'
Gradle Kotlin
implementation("com.freeletics.gradle.publish.internal:com.freeletics.gradle.publish.internal.gradle.plugin:0.12.1")
Scala SBT
libraryDependencies += "com.freeletics.gradle.publish.internal" % "com.freeletics.gradle.publish.internal.gradle.plugin" % "0.12.1"
Groovy Grape
@Grapes(
  @Grab(group='com.freeletics.gradle.publish.internal', module='com.freeletics.gradle.publish.internal.gradle.plugin', version='0.12.1')
)
Apache Ivy
<dependency org="com.freeletics.gradle.publish.internal" name="com.freeletics.gradle.publish.internal.gradle.plugin" rev="0.12.1" />
Leiningen
[com.freeletics.gradle.publish.internal/com.freeletics.gradle.publish.internal.gradle.plugin "0.12.1"]
Apache Buildr
'com.freeletics.gradle.publish.internal:com.freeletics.gradle.publish.internal.gradle.plugin:jar:0.12.1'