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