Last Version

UDTopia 1.0.0

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.

License

License

GroupId

GroupId

org.udtopia
ArtifactId

ArtifactId

udtopia
Version

Version

1.0.0
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://udtopia.org
Source Code Management

Source Code Management

https://github.com/willhains/udtopia/tree/alpha

Download udtopia 1.0.0


<!-- 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"]

Dependencies

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2

test (6)

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

Project Modules

There are no modules declared in this project.