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