License |
License
Public Domain
|
---|---|
GroupId | GroupIduk.org.retep |
ArtifactId | ArtifactIdretepTools |
Last Version | Last Version10.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionretepTools Original Monolithic Core
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.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationRetep Development Group |
Filename | Size |
---|---|
retepTools-10.6.pom | |
retepTools-10.6.jar | 837 KB |
retepTools-10.6-sources.jar | 801 KB |
retepTools-10.6-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep/retepTools/ -->
<dependency>
<groupId>uk.org.retep</groupId>
<artifactId>retepTools</artifactId>
<version>10.6</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep/retepTools/
implementation 'uk.org.retep:retepTools:10.6'
// https://jarcasting.com/artifacts/uk.org.retep/retepTools/
implementation ("uk.org.retep:retepTools:10.6")
'uk.org.retep:retepTools:jar:10.6'
<dependency org="uk.org.retep" name="retepTools" rev="10.6">
<artifact name="retepTools" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep', module='retepTools', version='10.6')
)
libraryDependencies += "uk.org.retep" % "retepTools" % "10.6"
[uk.org.retep/retepTools "10.6"]
Group / Artifact | Type | Version |
---|---|---|
uk.org.retep.tools : annotations | jar | 10.6 |
uk.org.retep.tools : logging | jar | 10.6 |
uk.org.retep.tools : concurrency | jar | 10.6 |
uk.org.retep.tools : strings | jar | 10.6 |
uk.org.retep.tools : math | jar | 10.6 |
uk.org.retep.tools : collections | jar | 10.6 |
uk.org.retep.tools : random | jar | 10.6 |
uk.org.retep.tools : messaging | jar | 10.6 |
uk.org.retep.tools : trees | jar | 10.6 |
uk.org.retep.tools : cluster | jar | 10.6 |
uk.org.retep.tools : encoding | jar | 10.6 |
uk.org.retep.tools : xml | jar | 10.6 |
uk.org.retep.tools : jaxb | jar | 10.6 |
uk.org.retep.tools : io | jar | 10.6 |
uk.org.retep.tools : nio | jar | 10.6 |
uk.org.retep.tools : httpd | jar | 10.6 |
uk.org.retep.tools : jmx | jar | 10.6 |
uk.org.retep.tools : j2ee | jar | 10.6 |
uk.org.retep.tools : graphics | jar | 10.6 |
uk.org.retep.tools : application | jar | 10.6 |
uk.org.retep.tools : table | jar | 10.6 |
uk.org.retep.tools : util | jar | 10.6 |
uk.org.retep.tools : deprecated | jar | 10.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |