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