| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.udtopia |
| Идентификатор | Идентификаторudtopia |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеUDTopia
User-defined types (UDTs) are the best way to control complexity and bring clarity to your code,
but UDTs are unwieldy in Java.
UDTopia makes Java UDTs a delight.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| udtopia-1.0.0.pom | |
| udtopia-1.0.0.jar | 87 KB |
| udtopia-1.0.0-sources.jar | 59 KB |
| udtopia-1.0.0-javadoc.jar | 443 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.udtopia/udtopia/ -->
<dependency>
<groupId>org.udtopia</groupId>
<artifactId>udtopia</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.udtopia/udtopia/
implementation 'org.udtopia:udtopia:1.0.0'
// https://jarcasting.com/artifacts/org.udtopia/udtopia/
implementation ("org.udtopia:udtopia:1.0.0")
'org.udtopia:udtopia:jar:1.0.0'
<dependency org="org.udtopia" name="udtopia" rev="1.0.0">
<artifact name="udtopia" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.udtopia', module='udtopia', version='1.0.0')
)
libraryDependencies += "org.udtopia" % "udtopia" % "1.0.0"
[org.udtopia/udtopia "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.hamcrest : hamcrest | jar | 2.2 |
| org.mockito : mockito-core | jar | 4.2.0 |
| org.openjdk.jmh : jmh-core | jar | 1.34 |
| org.openjdk.jmh : jmh-generator-annprocess | jar | 1.34 |
| org.apache.commons : commons-text | jar | 1.9 |