MVN

com.github.orolle : smc-model

Maven & Gradle

Feb 12, 2017
4 usages
1 stars

smc-model

<dependency>
    <groupId>com.github.orolle</groupId>
    <artifactId>smc-model</artifactId>
    <version>6.4.0_rx_b1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.orolle : smc-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.4.0_rx_b1

All Versions

Choose a version of com.github.orolle : smc-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.4.x
smc-model-6.4.0_rx_b1

How to add a dependency to Maven

Add the following com.github.orolle : smc-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.orolle</groupId>
    <artifactId>smc-model</artifactId>
    <version>6.4.0_rx_b1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.orolle : smc-model gradle dependency to your build.gradle file:

implementation 'com.github.orolle:smc-model:6.4.0_rx_b1'

Gradle Kotlin DSL: Add the following com.github.orolle : smc-model gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.orolle:smc-model:6.4.0_rx_b1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.orolle : smc-model sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.orolle" % "smc-model" % "6.4.0_rx_b1"