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