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