MVN

com.symphony.oss.models : fundamental-model

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 0.3.9

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.symphony.oss.models</groupId>
    <artifactId>fundamental-model</artifactId>
    <version>0.3.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.symphony.oss.models:fundamental-model:0.3.9'

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

implementation("com.symphony.oss.models:fundamental-model:0.3.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.symphony.oss.models" % "fundamental-model" % "0.3.9"

Advertisement