MVN

com.sobot.library : sobotcommon_x

Maven & Gradle

Aug 23, 2023
2 usages

sobotcommon_x · sobotcommon

<dependency>
    <groupId>com.sobot.library</groupId>
    <artifactId>sobotcommon_x</artifactId>
    <version>1.3.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sobot.library : sobotcommon_x to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.9

All Versions

Choose a version of com.sobot.library : sobotcommon_x to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
sobotcommon_x-1.3.9
sobotcommon_x-1.3.8
sobotcommon_x-1.3.7
sobotcommon_x-1.3.6
sobotcommon_x-1.3.5
sobotcommon_x-1.3.4
sobotcommon_x-1.3.3
sobotcommon_x-1.3.1
sobotcommon_x-1.3.0
1.2.x
sobotcommon_x-1.2.9
sobotcommon_x-1.2.8
sobotcommon_x-1.2.7
sobotcommon_x-1.2.6
sobotcommon_x-1.2.4
sobotcommon_x-1.2.3
sobotcommon_x-1.2.2
sobotcommon_x-1.2.1
1.2
sobotcommon_x-1.2
1.1.x
sobotcommon_x-1.1.8
1.1
sobotcommon_x-1.1
1.0.x
sobotcommon_x-1.0.1
1.0
sobotcommon_x-1.0

How to add a dependency to Maven

Add the following com.sobot.library : sobotcommon_x maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sobot.library</groupId>
    <artifactId>sobotcommon_x</artifactId>
    <version>1.3.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sobot.library : sobotcommon_x gradle dependency to your build.gradle file:

implementation 'com.sobot.library:sobotcommon_x:1.3.9'

Gradle Kotlin DSL: Add the following com.sobot.library : sobotcommon_x gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sobot.library:sobotcommon_x:1.3.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sobot.library : sobotcommon_x sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sobot.library" % "sobotcommon_x" % "1.3.9"