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