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