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