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