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