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