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