MVN

edu.asu.diging : citesphere-model

Maven & Gradle

May 15, 2023
0 stars

edu.asu.diging:citesphere-model · Model plugin (model classes and repository) for Citesphere Ecosystem.

<dependency>
    <groupId>edu.asu.diging</groupId>
    <artifactId>citesphere-model</artifactId>
    <version>1.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.asu.diging : citesphere-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.20

All Versions

Choose a version of edu.asu.diging : citesphere-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.20
citesphere-model-1.20
1.19
citesphere-model-1.19
1.18
citesphere-model-1.18
1.17
citesphere-model-1.17
1.16
citesphere-model-1.16
1.15
citesphere-model-1.15
1.14
citesphere-model-1.14
1.13
citesphere-model-1.13
1.12
citesphere-model-1.12
1.11
citesphere-model-1.11
1.10
citesphere-model-1.10
1.9
citesphere-model-1.9
1.8
citesphere-model-1.8
1.7
citesphere-model-1.7
1.6
citesphere-model-1.6
1.5
citesphere-model-1.5
1.4
citesphere-model-1.4
1.3
citesphere-model-1.3
1.2
citesphere-model-1.2
1.1
citesphere-model-1.1
1.0
citesphere-model-1.0
0.4
citesphere-model-0.4
0.3
citesphere-model-0.3
0.2
citesphere-model-0.2
0.1
citesphere-model-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>edu.asu.diging</groupId>
    <artifactId>citesphere-model</artifactId>
    <version>1.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.asu.diging : citesphere-model gradle dependency to your build.gradle file:

implementation 'edu.asu.diging:citesphere-model:1.20'

Gradle Kotlin DSL: Add the following edu.asu.diging : citesphere-model gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.asu.diging:citesphere-model:1.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.asu.diging : citesphere-model sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.asu.diging" % "citesphere-model" % "1.20"

Advertisement