MVN

com.harshild.gradle : dependency-metadata-plugin

Maven & Gradle

Mar 15, 2017

Gradle Dependency Metadata plugin · Gradle plugin for finding details about dependency

<dependency>
    <groupId>com.harshild.gradle</groupId>
    <artifactId>dependency-metadata-plugin</artifactId>
    <version>0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.harshild.gradle : dependency-metadata-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2
  • Latest Beta: 0.2-BETA

All Versions

Choose a version of com.harshild.gradle : dependency-metadata-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2
dependency-metadata-plugin-0.2
dependency-metadata-plugin-0.2-BETA
0.1
dependency-metadata-plugin-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.harshild.gradle</groupId>
    <artifactId>dependency-metadata-plugin</artifactId>
    <version>0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.harshild.gradle:dependency-metadata-plugin:0.2'

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

implementation("com.harshild.gradle:dependency-metadata-plugin:0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.harshild.gradle" % "dependency-metadata-plugin" % "0.2"

Advertisement