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