| License |
License |
|---|---|
| GroupId | GroupIdio.github.drewctaylor |
| ArtifactId | ArtifactIdtype-encoded |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionio.github.drewctaylor:type-encoded
Provides a way to encode the following values as types: Peano numbers, integers, and decimals.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| type-encoded-0.0.2.pom | |
| type-encoded-0.0.2.jar | 67 KB |
| type-encoded-0.0.2-sources.jar | 9 KB |
| type-encoded-0.0.2-javadoc.jar | 710 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.drewctaylor/type-encoded/ -->
<dependency>
<groupId>io.github.drewctaylor</groupId>
<artifactId>type-encoded</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.drewctaylor/type-encoded/
implementation 'io.github.drewctaylor:type-encoded:0.0.2'
// https://jarcasting.com/artifacts/io.github.drewctaylor/type-encoded/
implementation ("io.github.drewctaylor:type-encoded:0.0.2")
'io.github.drewctaylor:type-encoded:jar:0.0.2'
<dependency org="io.github.drewctaylor" name="type-encoded" rev="0.0.2">
<artifact name="type-encoded" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.drewctaylor', module='type-encoded', version='0.0.2')
)
libraryDependencies += "io.github.drewctaylor" % "type-encoded" % "0.0.2"
[io.github.drewctaylor/type-encoded "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |