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