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