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