MVN

net.rdrei.android.buildtimetracker : gradle-plugin

Maven & Gradle

Aug 15, 2018
1.1k stars

Gradle Build Time Tracker · Gradle plugin which tracks your build times.

<dependency>
    <groupId>net.rdrei.android.buildtimetracker</groupId>
    <artifactId>gradle-plugin</artifactId>
    <version>0.11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.rdrei.android.buildtimetracker : gradle-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.1

All Versions

Choose a version of net.rdrei.android.buildtimetracker : gradle-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
gradle-plugin-0.11.1
gradle-plugin-0.11.0
0.10.x
gradle-plugin-0.10.0
0.9.x
gradle-plugin-0.9.0
0.8.x
gradle-plugin-0.8.0
0.7.x
gradle-plugin-0.7.0
0.5.x
gradle-plugin-0.5.0
0.4.x
gradle-plugin-0.4.4
gradle-plugin-0.4.3
gradle-plugin-0.4.2
gradle-plugin-0.4.1
gradle-plugin-0.4.0
0.3.x
gradle-plugin-0.3.3
gradle-plugin-0.3.2
gradle-plugin-0.3.1
gradle-plugin-0.3.0
0.2.x
gradle-plugin-0.2.0
0.1.x
gradle-plugin-0.1.0

How to add a dependency to Maven

Add the following net.rdrei.android.buildtimetracker : gradle-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.rdrei.android.buildtimetracker</groupId>
    <artifactId>gradle-plugin</artifactId>
    <version>0.11.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.rdrei.android.buildtimetracker : gradle-plugin gradle dependency to your build.gradle file:

implementation 'net.rdrei.android.buildtimetracker:gradle-plugin:0.11.1'

Gradle Kotlin DSL: Add the following net.rdrei.android.buildtimetracker : gradle-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("net.rdrei.android.buildtimetracker:gradle-plugin:0.11.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.rdrei.android.buildtimetracker : gradle-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "net.rdrei.android.buildtimetracker" % "gradle-plugin" % "0.11.1"

Advertisement