GroupId | GroupIdedu.asu.diging |
---|---|
ArtifactId | ArtifactIdcitesphere-model |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
citesphere-model-1.2.pom | |
citesphere-model-1.2.jar | 59 KB |
citesphere-model-1.2-sources.jar | 41 KB |
citesphere-model-1.2-javadoc.jar | 367 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.asu.diging/citesphere-model/ -->
<dependency>
<groupId>edu.asu.diging</groupId>
<artifactId>citesphere-model</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/edu.asu.diging/citesphere-model/
implementation 'edu.asu.diging:citesphere-model:1.2'
// https://jarcasting.com/artifacts/edu.asu.diging/citesphere-model/
implementation ("edu.asu.diging:citesphere-model:1.2")
'edu.asu.diging:citesphere-model:jar:1.2'
<dependency org="edu.asu.diging" name="citesphere-model" rev="1.2">
<artifact name="citesphere-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.asu.diging', module='citesphere-model', version='1.2')
)
libraryDependencies += "edu.asu.diging" % "citesphere-model" % "1.2"
[edu.asu.diging/citesphere-model "1.2"]