MVN

io.landzcape : discovery-gradle-plugin

Maven & Gradle

Aug 12, 2019
2 stars

Landzcape Discovery Gradle Plugin · Landzcape Discovery Plugin for Gradle

<dependency>
    <groupId>io.landzcape</groupId>
    <artifactId>discovery-gradle-plugin</artifactId>
    <version>0.0.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.landzcape : discovery-gradle-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.25

All Versions

Choose a version of io.landzcape : discovery-gradle-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
discovery-gradle-plugin-0.0.25
discovery-gradle-plugin-0.0.24
discovery-gradle-plugin-0.0.23
discovery-gradle-plugin-0.0.22
discovery-gradle-plugin-0.0.21
discovery-gradle-plugin-0.0.19
discovery-gradle-plugin-0.0.18
discovery-gradle-plugin-0.0.17
discovery-gradle-plugin-0.0.16
discovery-gradle-plugin-0.0.15
discovery-gradle-plugin-0.0.13
discovery-gradle-plugin-0.0.12
discovery-gradle-plugin-0.0.11
discovery-gradle-plugin-0.0.10

How to add a dependency to Maven

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

<dependency>
    <groupId>io.landzcape</groupId>
    <artifactId>discovery-gradle-plugin</artifactId>
    <version>0.0.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.landzcape : discovery-gradle-plugin gradle dependency to your build.gradle file:

implementation 'io.landzcape:discovery-gradle-plugin:0.0.25'

Gradle Kotlin DSL: Add the following io.landzcape : discovery-gradle-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.landzcape:discovery-gradle-plugin:0.0.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.landzcape : discovery-gradle-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.landzcape" % "discovery-gradle-plugin" % "0.0.25"