GroupId | GroupIduk.ac.rdg.resc |
---|---|
ArtifactId | ArtifactIdedal-graphics |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
edal-graphics-1.0.3.pom | |
edal-graphics-1.0.3.jar | 1 MB |
edal-graphics-1.0.3-sources.jar | 451 KB |
edal-graphics-1.0.3-javadoc.jar | 654 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.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.rdg.resc/edal-graphics/
implementation 'uk.ac.rdg.resc:edal-graphics:1.0.3'
// https://jarcasting.com/artifacts/uk.ac.rdg.resc/edal-graphics/
implementation ("uk.ac.rdg.resc:edal-graphics:1.0.3")
'uk.ac.rdg.resc:edal-graphics:jar:1.0.3'
<dependency org="uk.ac.rdg.resc" name="edal-graphics" rev="1.0.3">
<artifact name="edal-graphics" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.rdg.resc', module='edal-graphics', version='1.0.3')
)
libraryDependencies += "uk.ac.rdg.resc" % "edal-graphics" % "1.0.3"
[uk.ac.rdg.resc/edal-graphics "1.0.3"]