MVN

org.openurp.sin : openurp-sin-api

Maven & Gradle

Jan 13, 2021
1 usages
7 stars

OpenURP Sin API

<dependency>
    <groupId>org.openurp.sin</groupId>
    <artifactId>openurp-sin-api</artifactId>
    <version>0.20.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openurp.sin : openurp-sin-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.20.4

All Versions

Choose a version of org.openurp.sin : openurp-sin-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.20.x
openurp-sin-api-0.20.4
openurp-sin-api-0.20.3
openurp-sin-api-0.20.2
openurp-sin-api-0.20.1
openurp-sin-api-0.20.0
0.19.x
openurp-sin-api-0.19.0

How to add a dependency to Maven

Add the following org.openurp.sin : openurp-sin-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openurp.sin</groupId>
    <artifactId>openurp-sin-api</artifactId>
    <version>0.20.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openurp.sin : openurp-sin-api gradle dependency to your build.gradle file:

implementation 'org.openurp.sin:openurp-sin-api:0.20.4'

Gradle Kotlin DSL: Add the following org.openurp.sin : openurp-sin-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openurp.sin:openurp-sin-api:0.20.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openurp.sin : openurp-sin-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openurp.sin" % "openurp-sin-api" % "0.20.4"

Advertisement