| License | License | 
|---|---|
| GroupId | GroupIdxyz.cofe | 
| ArtifactId | ArtifactIdtypes | 
| Last Version | Last Version1.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptiondata type convertions | 
| Filename | Size | 
|---|---|
| types-1.2.pom | |
| types-1.2.jar | 70 KB | 
| types-1.2-sources.jar | 23 KB | 
| types-1.2-javadoc.jar | 452 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/xyz.cofe/types/ -->
<dependency>
    <groupId>xyz.cofe</groupId>
    <artifactId>types</artifactId>
    <version>1.2</version>
</dependency>// https://jarcasting.com/artifacts/xyz.cofe/types/
implementation 'xyz.cofe:types:1.2'// https://jarcasting.com/artifacts/xyz.cofe/types/
implementation ("xyz.cofe:types:1.2")'xyz.cofe:types:jar:1.2'<dependency org="xyz.cofe" name="types" rev="1.2">
  <artifact name="types" type="jar" />
</dependency>@Grapes(
@Grab(group='xyz.cofe', module='types', version='1.2')
)libraryDependencies += "xyz.cofe" % "types" % "1.2"[xyz.cofe/types "1.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| xyz.cofe : types-spi | jar | [1.4,2.0) | 
| xyz.cofe : ecolls | jar | [1.7,) | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.4.0 | 
| junit : junit | jar | 4.12 |