GroupId | GroupIduk.ac.rdg.resc |
---|---|
ArtifactId | ArtifactIdedal-cdm |
Version | Version0.7.1 |
Type | Typejar |
Filename | Size |
---|---|
edal-cdm-0.7.1.pom | |
edal-cdm-0.7.1.jar | 56 KB |
edal-cdm-0.7.1-sources.jar | 43 KB |
edal-cdm-0.7.1-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.rdg.resc/edal-cdm/ -->
<dependency>
<groupId>uk.ac.rdg.resc</groupId>
<artifactId>edal-cdm</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.rdg.resc/edal-cdm/
implementation 'uk.ac.rdg.resc:edal-cdm:0.7.1'
// https://jarcasting.com/artifacts/uk.ac.rdg.resc/edal-cdm/
implementation ("uk.ac.rdg.resc:edal-cdm:0.7.1")
'uk.ac.rdg.resc:edal-cdm:jar:0.7.1'
<dependency org="uk.ac.rdg.resc" name="edal-cdm" rev="0.7.1">
<artifact name="edal-cdm" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.rdg.resc', module='edal-cdm', version='0.7.1')
)
libraryDependencies += "uk.ac.rdg.resc" % "edal-cdm" % "0.7.1"
[uk.ac.rdg.resc/edal-cdm "0.7.1"]