MVN

net.java.sezpoz.demo : plugin2

Maven & Gradle

May 20, 2010
1 usages

SezPoz Demo Plugin #2

<dependency>
    <groupId>net.java.sezpoz.demo</groupId>
    <artifactId>plugin2</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.java.sezpoz.demo : plugin2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of net.java.sezpoz.demo : plugin2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
plugin2-1.6
1.5
plugin2-1.5
1.4
plugin2-1.4
1.3
plugin2-1.3
1.2
plugin2-1.2
1.1
plugin2-1.1
1.0
plugin2-1.0

How to add a dependency to Maven

Add the following net.java.sezpoz.demo : plugin2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.java.sezpoz.demo</groupId>
    <artifactId>plugin2</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.java.sezpoz.demo : plugin2 gradle dependency to your build.gradle file:

implementation 'net.java.sezpoz.demo:plugin2:1.6'

Gradle Kotlin DSL: Add the following net.java.sezpoz.demo : plugin2 gradle kotlin dependency to your build.gradle.kts file:

implementation("net.java.sezpoz.demo:plugin2:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.java.sezpoz.demo : plugin2 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.java.sezpoz.demo" % "plugin2" % "1.6"

Advertisement