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