MVN

com.jdroidframework : jdroid-gradle-plugin

Maven & Gradle

Jan 16, 2017
3 stars

Gradle Plugin for Java & Android projects · Gradle Plugin for Java & Android projects

<dependency>
    <groupId>com.jdroidframework</groupId>
    <artifactId>jdroid-gradle-plugin</artifactId>
    <version>0.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.13.0

All Versions

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

Version Vulnerabilities Updated
0.13.x
jdroid-gradle-plugin-0.13.0
0.12.x
jdroid-gradle-plugin-0.12.0
0.11.x
jdroid-gradle-plugin-0.11.0
0.10.x
jdroid-gradle-plugin-0.10.1
jdroid-gradle-plugin-0.10.0
0.9.x
jdroid-gradle-plugin-0.9.6
jdroid-gradle-plugin-0.9.5
jdroid-gradle-plugin-0.9.4
jdroid-gradle-plugin-0.9.3
jdroid-gradle-plugin-0.9.2
jdroid-gradle-plugin-0.9.1
jdroid-gradle-plugin-0.9.0
0.8.x
jdroid-gradle-plugin-0.8.0
0.7.x
jdroid-gradle-plugin-0.7.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jdroidframework</groupId>
    <artifactId>jdroid-gradle-plugin</artifactId>
    <version>0.13.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.jdroidframework:jdroid-gradle-plugin:0.13.0'

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

implementation("com.jdroidframework:jdroid-gradle-plugin:0.13.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.jdroidframework" % "jdroid-gradle-plugin" % "0.13.0"

Advertisement