| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIddev.errant |
| ArtifactId | ArtifactIdbettertype-core |
| Last Version | Last Version0.6.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA library for better error handling through container types
|
| Filename | Size |
|---|---|
| bettertype-core-0.6.2.pom | |
| bettertype-core-0.6.2.jar | 9 KB |
| bettertype-core-0.6.2-sources.jar | 7 KB |
| bettertype-core-0.6.2-javadoc.jar | 450 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.errant/bettertype-core/ -->
<dependency>
<groupId>dev.errant</groupId>
<artifactId>bettertype-core</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/dev.errant/bettertype-core/
implementation 'dev.errant:bettertype-core:0.6.2'
// https://jarcasting.com/artifacts/dev.errant/bettertype-core/
implementation ("dev.errant:bettertype-core:0.6.2")
'dev.errant:bettertype-core:jar:0.6.2'
<dependency org="dev.errant" name="bettertype-core" rev="0.6.2">
<artifact name="bettertype-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.errant', module='bettertype-core', version='0.6.2')
)
libraryDependencies += "dev.errant" % "bettertype-core" % "0.6.2"
[dev.errant/bettertype-core "0.6.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
| org.mockito : mockito-all | jar | 1.10.19 |