GroupId | GroupIduk.org.retep |
---|---|
ArtifactId | ArtifactIdretepSwing |
Version | Version9.7 |
Type | Typejar |
Filename | Size |
---|---|
retepSwing-9.7.pom | |
retepSwing-9.7.jar | 554 KB |
retepSwing-9.7-sources.jar | 525 KB |
retepSwing-9.7-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep/retepSwing/ -->
<dependency>
<groupId>uk.org.retep</groupId>
<artifactId>retepSwing</artifactId>
<version>9.7</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep/retepSwing/
implementation 'uk.org.retep:retepSwing:9.7'
// https://jarcasting.com/artifacts/uk.org.retep/retepSwing/
implementation ("uk.org.retep:retepSwing:9.7")
'uk.org.retep:retepSwing:jar:9.7'
<dependency org="uk.org.retep" name="retepSwing" rev="9.7">
<artifact name="retepSwing" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep', module='retepSwing', version='9.7')
)
libraryDependencies += "uk.org.retep" % "retepSwing" % "9.7"
[uk.org.retep/retepSwing "9.7"]