MVN

com.symphony.oss.models : sbe-id

Maven & Gradle

Jan 28, 2020
1 usages
0 stars
<dependency>
    <groupId>com.symphony.oss.models</groupId>
    <artifactId>sbe-id</artifactId>
    <version>0.3.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.symphony.oss.models : sbe-id to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.9

All Versions

Choose a version of com.symphony.oss.models : sbe-id to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
sbe-id-0.3.9
sbe-id-0.3.8
sbe-id-0.3.7
sbe-id-0.3.6
sbe-id-0.3.5
sbe-id-0.3.4
sbe-id-0.3.3
sbe-id-0.3.2
sbe-id-0.3.1
sbe-id-0.3.0
0.0.x
sbe-id-0.0.16
sbe-id-0.0.15
sbe-id-0.0.14
sbe-id-0.0.13
sbe-id-0.0.12
sbe-id-0.0.11
sbe-id-0.0.10
sbe-id-0.0.9
sbe-id-0.0.8
sbe-id-0.0.7
sbe-id-0.0.6
sbe-id-0.0.5
sbe-id-0.0.4
sbe-id-0.0.3
sbe-id-0.0.2
sbe-id-0.0.1

How to add a dependency to Maven

Add the following com.symphony.oss.models : sbe-id maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.symphony.oss.models</groupId>
    <artifactId>sbe-id</artifactId>
    <version>0.3.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.symphony.oss.models : sbe-id gradle dependency to your build.gradle file:

implementation 'com.symphony.oss.models:sbe-id:0.3.9'

Gradle Kotlin DSL: Add the following com.symphony.oss.models : sbe-id gradle kotlin dependency to your build.gradle.kts file:

implementation("com.symphony.oss.models:sbe-id:0.3.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.symphony.oss.models : sbe-id sbt scala dependency to your build.sbt file:

libraryDependencies += "com.symphony.oss.models" % "sbe-id" % "0.3.9"

Advertisement