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