MVN

com.suisrc.three : three-core

Maven & Gradle

Jul 11, 2018
<dependency>
    <groupId>com.suisrc.three</groupId>
    <artifactId>three-core</artifactId>
    <version>1.0.2-Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.suisrc.three : three-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2-Final

All Versions

Choose a version of com.suisrc.three : three-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
three-core-1.0.2-Final

How to add a dependency to Maven

Add the following com.suisrc.three : three-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.suisrc.three</groupId>
    <artifactId>three-core</artifactId>
    <version>1.0.2-Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.suisrc.three : three-core gradle dependency to your build.gradle file:

implementation 'com.suisrc.three:three-core:1.0.2-Final'

Gradle Kotlin DSL: Add the following com.suisrc.three : three-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.suisrc.three:three-core:1.0.2-Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.suisrc.three : three-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.suisrc.three" % "three-core" % "1.0.2-Final"

Advertisement