is not current version
Last Version 10.6

uk.org.retep:retepSwing 9.8.2

A collection of swing components. Originally part of retepTools this library was then made a separate component, but as of 9.7 it's now back in the main project.

GroupId

GroupId

uk.org.retep
ArtifactId

ArtifactId

retepSwing
Version

Version

9.8.2
Type

Type

jar

Download retepSwing 9.8.2


<!-- https://jarcasting.com/artifacts/uk.org.retep/retepSwing/ -->
<dependency>
    <groupId>uk.org.retep</groupId>
    <artifactId>retepSwing</artifactId>
    <version>9.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep/retepSwing/
implementation 'uk.org.retep:retepSwing:9.8.2'
// https://jarcasting.com/artifacts/uk.org.retep/retepSwing/
implementation ("uk.org.retep:retepSwing:9.8.2")
'uk.org.retep:retepSwing:jar:9.8.2'
<dependency org="uk.org.retep" name="retepSwing" rev="9.8.2">
  <artifact name="retepSwing" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep', module='retepSwing', version='9.8.2')
)
libraryDependencies += "uk.org.retep" % "retepSwing" % "9.8.2"
[uk.org.retep/retepSwing "9.8.2"]