| License |
License |
|---|---|
| GroupId | GroupIdorg.udtopia |
| ArtifactId | ArtifactIdudtopia |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionUDTopia
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |