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