License |
License |
---|---|
GroupId | GroupIddk.cloudcreate.essentials |
ArtifactId | ArtifactIdtypes |
Version | Version0.6.2 |
Type | Typejar |
Description |
Descriptionessentials-types
This library focuses purely on providing base types and utility types that can be used to better documented and more
strongly typed code such as: BigDecimalType, BigIntegerType, ByteType, CharSequenceType, DoubleType, FloatType, IntegerType,
LongType, ShortType, Percentage, Amount, CurrencyCode, Money, etc.
|
Filename | Size |
---|---|
types-0.6.2.pom | |
types-0.6.2.jar | 31 KB |
types-0.6.2-sources.jar | 31 KB |
types-0.6.2-javadoc.jar | 564 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dk.cloudcreate.essentials/types/ -->
<dependency>
<groupId>dk.cloudcreate.essentials</groupId>
<artifactId>types</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/dk.cloudcreate.essentials/types/
implementation 'dk.cloudcreate.essentials:types:0.6.2'
// https://jarcasting.com/artifacts/dk.cloudcreate.essentials/types/
implementation ("dk.cloudcreate.essentials:types:0.6.2")
'dk.cloudcreate.essentials:types:jar:0.6.2'
<dependency org="dk.cloudcreate.essentials" name="types" rev="0.6.2">
<artifact name="types" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.cloudcreate.essentials', module='types', version='0.6.2')
)
libraryDependencies += "dk.cloudcreate.essentials" % "types" % "0.6.2"
[dk.cloudcreate.essentials/types "0.6.2"]
Group / Artifact | Type | Version |
---|---|---|
dk.cloudcreate.essentials : shared | jar | 0.6.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.vintage : junit-vintage-engine | jar | |
org.assertj : assertj-core | jar | 3.22.0 |
org.slf4j : slf4j-api | jar | 1.7.36 |
ch.qos.logback : logback-classic | jar | 1.2.11 |