is not current version
Last Version 0.6.2

dev.errant:bettertype-parent 0.5.0

A library for better error handling through container types

Categories

Categories

Ant Build Tools
GroupId

GroupId

dev.errant
ArtifactId

ArtifactId

bettertype-parent
Version

Version

0.5.0
Type

Type

pom

Download bettertype-parent 0.5.0


<!-- https://jarcasting.com/artifacts/dev.errant/bettertype-parent/ -->
<dependency>
    <groupId>dev.errant</groupId>
    <artifactId>bettertype-parent</artifactId>
    <version>0.5.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.errant/bettertype-parent/
implementation 'dev.errant:bettertype-parent:0.5.0'
// https://jarcasting.com/artifacts/dev.errant/bettertype-parent/
implementation ("dev.errant:bettertype-parent:0.5.0")
'dev.errant:bettertype-parent:pom:0.5.0'
<dependency org="dev.errant" name="bettertype-parent" rev="0.5.0">
  <artifact name="bettertype-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.errant', module='bettertype-parent', version='0.5.0')
)
libraryDependencies += "dev.errant" % "bettertype-parent" % "0.5.0"
[dev.errant/bettertype-parent "0.5.0"]