MVN

net.openurp.ecupl : ecupl-platform-cas

Maven & Gradle

May 16, 2020
6 stars

Ecupl Platform Cas

<dependency>
    <groupId>net.openurp.ecupl</groupId>
    <artifactId>ecupl-platform-cas</artifactId>
    <version>0.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.openurp.ecupl : ecupl-platform-cas to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.2

All Versions

Choose a version of net.openurp.ecupl : ecupl-platform-cas to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
ecupl-platform-cas-0.1.2
ecupl-platform-cas-0.1.1
ecupl-platform-cas-0.1.0
0.0.x
ecupl-platform-cas-0.0.12
ecupl-platform-cas-0.0.11
ecupl-platform-cas-0.0.10
ecupl-platform-cas-0.0.9

How to add a dependency to Maven

Add the following net.openurp.ecupl : ecupl-platform-cas maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.openurp.ecupl</groupId>
    <artifactId>ecupl-platform-cas</artifactId>
    <version>0.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.openurp.ecupl : ecupl-platform-cas gradle dependency to your build.gradle file:

implementation 'net.openurp.ecupl:ecupl-platform-cas:0.1.2'

Gradle Kotlin DSL: Add the following net.openurp.ecupl : ecupl-platform-cas gradle kotlin dependency to your build.gradle.kts file:

implementation("net.openurp.ecupl:ecupl-platform-cas:0.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.openurp.ecupl : ecupl-platform-cas sbt scala dependency to your build.sbt file:

libraryDependencies += "net.openurp.ecupl" % "ecupl-platform-cas" % "0.1.2"

Advertisement