MVN

com.freeletics.gradle : root-plugin

Maven & Gradle

Aug 09, 2023
7 stars

Freeletics Gradle root plugin · A Gradle plugin that is meant to be applied to the root of a project

<dependency>
    <groupId>com.freeletics.gradle</groupId>
    <artifactId>root-plugin</artifactId>
    <version>0.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.freeletics.gradle : root-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.0

All Versions

Choose a version of com.freeletics.gradle : root-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
root-plugin-0.5.0
0.4.x
root-plugin-0.4.0
0.3.x
root-plugin-0.3.8
root-plugin-0.3.7
root-plugin-0.3.6
root-plugin-0.3.4
root-plugin-0.3.3
root-plugin-0.3.2
root-plugin-0.3.1
root-plugin-0.3.0
0.2.x
root-plugin-0.2.3
root-plugin-0.2.2
root-plugin-0.2.1
root-plugin-0.2.0
0.1.x
root-plugin-0.1.12
root-plugin-0.1.11
root-plugin-0.1.10
root-plugin-0.1.9
root-plugin-0.1.8
root-plugin-0.1.7
root-plugin-0.1.6
root-plugin-0.1.5
root-plugin-0.1.4
root-plugin-0.1.3
root-plugin-0.1.2
root-plugin-0.1.1
root-plugin-0.1.0

How to add a dependency to Maven

Add the following com.freeletics.gradle : root-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.freeletics.gradle</groupId>
    <artifactId>root-plugin</artifactId>
    <version>0.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.freeletics.gradle : root-plugin gradle dependency to your build.gradle file:

implementation 'com.freeletics.gradle:root-plugin:0.5.0'

Gradle Kotlin DSL: Add the following com.freeletics.gradle : root-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.freeletics.gradle:root-plugin:0.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.freeletics.gradle : root-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.freeletics.gradle" % "root-plugin" % "0.5.0"