MVN

uk.org.retep : retepSwing

Maven & Gradle

Jun 09, 2010

retepTools Swing · 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.

<dependency>
    <groupId>uk.org.retep</groupId>
    <artifactId>retepSwing</artifactId>
    <version>10.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.org.retep : retepSwing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.6
  • Latest Release Candidate: 9.8-RC1

All Versions

Choose a version of uk.org.retep : retepSwing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.6
retepSwing-10.6
10.5.x
retepSwing-10.5.1
10.5
retepSwing-10.5
10.1
retepSwing-10.1
9.11.x
retepSwing-9.11.1
9.11
retepSwing-9.11
9.10
retepSwing-9.10
9.8.x
retepSwing-9.8.2
retepSwing-9.8.1
9.8
retepSwing-9.8-RC1
9.7
retepSwing-9.7
8.7.x
retepSwing-8.7.7

How to add a dependency to Maven

Add the following uk.org.retep : retepSwing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.org.retep</groupId>
    <artifactId>retepSwing</artifactId>
    <version>10.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.org.retep : retepSwing gradle dependency to your build.gradle file:

implementation 'uk.org.retep:retepSwing:10.6'

Gradle Kotlin DSL: Add the following uk.org.retep : retepSwing gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.org.retep:retepSwing:10.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.org.retep : retepSwing sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.org.retep" % "retepSwing" % "10.6"