MVN

com.zegreatrob.tools : tagger-plugin

Maven & Gradle

Aug 23, 2023
1 stars

tagger-plugin · tagger-plugin

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

Latest Version

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

  • Latest Stable: 1.0.4

All Versions

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

Version Vulnerabilities Updated
1.0.x
tagger-plugin-1.0.4
tagger-plugin-1.0.3
tagger-plugin-1.0.2
tagger-plugin-1.0.1
tagger-plugin-1.0.0
0.5.x
tagger-plugin-0.5.10
tagger-plugin-0.5.9
tagger-plugin-0.5.8
tagger-plugin-0.5.7
tagger-plugin-0.5.6
tagger-plugin-0.5.5
tagger-plugin-0.5.4
tagger-plugin-0.5.3
tagger-plugin-0.5.2
tagger-plugin-0.5.1
tagger-plugin-0.5.0
0.4.x
tagger-plugin-0.4.0
0.3.x
tagger-plugin-0.3.4
tagger-plugin-0.3.3
tagger-plugin-0.3.2
tagger-plugin-0.3.1
tagger-plugin-0.3.0
0.2.x
tagger-plugin-0.2.41
tagger-plugin-0.2.40
tagger-plugin-0.2.39
tagger-plugin-0.2.38
tagger-plugin-0.2.37
tagger-plugin-0.2.36
tagger-plugin-0.2.35
tagger-plugin-0.2.34
tagger-plugin-0.2.33
tagger-plugin-0.2.32
tagger-plugin-0.2.31
tagger-plugin-0.2.30
tagger-plugin-0.2.29
tagger-plugin-0.2.28
tagger-plugin-0.2.27
tagger-plugin-0.2.26
tagger-plugin-0.2.25
tagger-plugin-0.2.24
tagger-plugin-0.2.23
tagger-plugin-0.2.22
tagger-plugin-0.2.21
tagger-plugin-0.2.20
tagger-plugin-0.2.19
tagger-plugin-0.2.18
tagger-plugin-0.2.17
tagger-plugin-0.2.16
tagger-plugin-0.2.15
tagger-plugin-0.2.14
tagger-plugin-0.2.13
tagger-plugin-0.2.12
tagger-plugin-0.2.11
tagger-plugin-0.2.10
tagger-plugin-0.2.9
tagger-plugin-0.2.8
tagger-plugin-0.2.7
tagger-plugin-0.2.6
tagger-plugin-0.2.5
tagger-plugin-0.2.4
tagger-plugin-0.2.3
tagger-plugin-0.2.2
tagger-plugin-0.2.1
tagger-plugin-0.2.0
0.1.x
tagger-plugin-0.1.10
tagger-plugin-0.1.9
tagger-plugin-0.1.8
tagger-plugin-0.1.7
tagger-plugin-0.1.6
tagger-plugin-0.1.5
tagger-plugin-0.1.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.zegreatrob.tools</groupId>
    <artifactId>tagger-plugin</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.zegreatrob.tools:tagger-plugin:1.0.4'

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

implementation("com.zegreatrob.tools:tagger-plugin:1.0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.zegreatrob.tools" % "tagger-plugin" % "1.0.4"

Advertisement