MVN

edu.uvm.ccts : arden-model

Maven & Gradle

Feb 10, 2016

Arden Model · The Java model used to represent Arden objects

<dependency>
    <groupId>edu.uvm.ccts</groupId>
    <artifactId>arden-model</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.uvm.ccts : arden-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of edu.uvm.ccts : arden-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
arden-model-1.1.2
arden-model-1.1.1
1.1
arden-model-1.1
1.0.x
arden-model-1.0.1
1.0
arden-model-1.0

How to add a dependency to Maven

Add the following edu.uvm.ccts : arden-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.uvm.ccts</groupId>
    <artifactId>arden-model</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.uvm.ccts : arden-model gradle dependency to your build.gradle file:

implementation 'edu.uvm.ccts:arden-model:1.1.2'

Gradle Kotlin DSL: Add the following edu.uvm.ccts : arden-model gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.uvm.ccts:arden-model:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.uvm.ccts : arden-model sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.uvm.ccts" % "arden-model" % "1.1.2"

Advertisement