GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-graphical |
Version | Version1.2.9 |
Type | Typejar |
Filename | Size |
---|---|
refcodes-graphical-1.2.9.pom | |
refcodes-graphical-1.2.9.jar | 126 KB |
refcodes-graphical-1.2.9-tests.jar | 5 KB |
refcodes-graphical-1.2.9-sources.jar | 77 KB |
refcodes-graphical-1.2.9-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-graphical/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-graphical</artifactId>
<version>1.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-graphical/
implementation 'org.refcodes:refcodes-graphical:1.2.9'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-graphical/
implementation ("org.refcodes:refcodes-graphical:1.2.9")
'org.refcodes:refcodes-graphical:jar:1.2.9'
<dependency org="org.refcodes" name="refcodes-graphical" rev="1.2.9">
<artifact name="refcodes-graphical" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-graphical', version='1.2.9')
)
libraryDependencies += "org.refcodes" % "refcodes-graphical" % "1.2.9"
[org.refcodes/refcodes-graphical "1.2.9"]