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