MVN

net.sf.sido : sido-common

Maven & Gradle

Oct 12, 2011

SiDO Common · Common code for SiDO.

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

Latest Version

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

  • Latest Stable: 0.22

All Versions

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

Version Vulnerabilities Updated
0.22
sido-common-0.22
0.21
sido-common-0.21
0.20.x
sido-common-0.20.1
0.20
sido-common-0.20
0.19
sido-common-0.19
0.18
sido-common-0.18
0.17
sido-common-0.17
0.16
sido-common-0.16
0.15
sido-common-0.15
0.14
sido-common-0.14

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'net.sf.sido:sido-common:0.22'

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

implementation("net.sf.sido:sido-common:0.22")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.sf.sido" % "sido-common" % "0.22"

Advertisement