MVN

net.sf.sido : sido-pojo-tool

Maven & Gradle

Oct 12, 2011

SiDO POJO Tool · SiDO-POJO generation tool

<dependency>
    <groupId>net.sf.sido</groupId>
    <artifactId>sido-pojo-tool</artifactId>
    <version>0.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.sido : sido-pojo-tool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.22

All Versions

Choose a version of net.sf.sido : sido-pojo-tool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.22
sido-pojo-tool-0.22
0.21
sido-pojo-tool-0.21
0.20.x
sido-pojo-tool-0.20.1
0.20
sido-pojo-tool-0.20
0.19
sido-pojo-tool-0.19
0.18
sido-pojo-tool-0.18
0.17
sido-pojo-tool-0.17
0.16
sido-pojo-tool-0.16
0.15
sido-pojo-tool-0.15
0.14
sido-pojo-tool-0.14
0.13
sido-pojo-tool-0.13
0.12
sido-pojo-tool-0.12
0.1
sido-pojo-tool-0.1

How to add a dependency to Maven

Add the following net.sf.sido : sido-pojo-tool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.sido</groupId>
    <artifactId>sido-pojo-tool</artifactId>
    <version>0.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.sido : sido-pojo-tool gradle dependency to your build.gradle file:

implementation 'net.sf.sido:sido-pojo-tool:0.22'

Gradle Kotlin DSL: Add the following net.sf.sido : sido-pojo-tool gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.sido:sido-pojo-tool:0.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.sido : sido-pojo-tool sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.sido" % "sido-pojo-tool" % "0.22"

Advertisement