MVN

com.freeletics.gradle : base-plugins

Maven & Gradle

Mar 08, 2023

Freeletics Gradle base plugins · A set of Gradle plugins that provide a baseline to build other plugins on top of them

<dependency>
    <groupId>com.freeletics.gradle</groupId>
    <artifactId>base-plugins</artifactId>
    <version>0.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.11

All Versions

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

Version Vulnerabilities Updated
0.1.x
base-plugins-0.1.11
base-plugins-0.1.10
base-plugins-0.1.9
base-plugins-0.1.8
base-plugins-0.1.7
base-plugins-0.1.6
base-plugins-0.1.5
base-plugins-0.1.4
base-plugins-0.1.3
base-plugins-0.1.2
base-plugins-0.1.1
base-plugins-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.freeletics.gradle</groupId>
    <artifactId>base-plugins</artifactId>
    <version>0.1.11</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.freeletics.gradle:base-plugins:0.1.11'

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

implementation("com.freeletics.gradle:base-plugins:0.1.11")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.freeletics.gradle" % "base-plugins" % "0.1.11"