| Лицензия |
Лицензия
Public Domain
|
|---|---|
| Группа | Группаuk.org.retep |
| Идентификатор | ИдентификаторretepTools |
| Версия | Версия10.6 |
| Тип | Типjar |
| Описание |
ОписаниеretepTools 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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикRetep Development Group |
| Имя Файла | Размер |
|---|---|
| retepTools-10.6.pom | |
| retepTools-10.6.jar | 2 KB |
| retepTools-10.6-tests.jar | 1 KB |
| retepTools-10.6-sources.jar | 648 bytes |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.7 |