MVN

com.zegreatrob.tools : plugin

Maven & Gradle

Feb 25, 2023
1 stars

plugin · plugin

<dependency>
    <groupId>com.zegreatrob.tools</groupId>
    <artifactId>plugin</artifactId>
    <version>0.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zegreatrob.tools : plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.3

All Versions

Choose a version of com.zegreatrob.tools : plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
plugin-0.1.3
plugin-0.1.2
plugin-0.1.1
plugin-0.1.0
0.0.x
plugin-0.0.34
plugin-0.0.32
plugin-0.0.31
plugin-0.0.30
plugin-0.0.29
plugin-0.0.28
plugin-0.0.27
v0.0.x
plugin-v0.0.26
plugin-v0.0.25
plugin-v0.0.21
plugin-v0.0.20

How to add a dependency to Maven

Add the following com.zegreatrob.tools : plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zegreatrob.tools</groupId>
    <artifactId>plugin</artifactId>
    <version>0.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zegreatrob.tools : plugin gradle dependency to your build.gradle file:

implementation 'com.zegreatrob.tools:plugin:0.1.3'

Gradle Kotlin DSL: Add the following com.zegreatrob.tools : plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zegreatrob.tools:plugin:0.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zegreatrob.tools : plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zegreatrob.tools" % "plugin" % "0.1.3"

Advertisement