r

retepTools

This was the original artifact. It now adds dependencies for all of the other modules so that existing code will still continue to function until they change their dependencies. The modules that are not included in this are: niosax, maven, template test-framework and swing as they were not part of the original jar. To allow time for this migration, this module will remain in the project until 11.1 when it will be removed.
Files download
File Operation
retepTools-10.6.jar download
retepTools-10.6.pom download
retepTools-10.6-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.org.retep</groupId>
  <artifactId>retepTools</artifactId>
  <version>10.6</version>
</dependency>
Gradle Groovy
implementation 'uk.org.retep:retepTools:10.6'
Gradle Kotlin
implementation("uk.org.retep:retepTools:10.6")
Scala SBT
libraryDependencies += "uk.org.retep" % "retepTools" % "10.6"
Groovy Grape
@Grapes(
  @Grab(group='uk.org.retep', module='retepTools', version='10.6')
)
Apache Ivy
<dependency org="uk.org.retep" name="retepTools" rev="10.6" />
Leiningen
[uk.org.retep/retepTools "10.6"]
Apache Buildr
'uk.org.retep:retepTools:jar:10.6'