is not current version
Last Version 1.0.3

org.bytemechanics:type-ex 0.4.1

Library to create exceptions typified in a enumerated, in order to be able to list all possible exceptions in one application.

GroupId

GroupId

org.bytemechanics
ArtifactId

ArtifactId

type-ex
Version

Version

0.4.1
Type

Type

jar

Download type-ex 0.4.1


<!-- https://jarcasting.com/artifacts/org.bytemechanics/type-ex/ -->
<dependency>
    <groupId>org.bytemechanics</groupId>
    <artifactId>type-ex</artifactId>
    <version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bytemechanics/type-ex/
implementation 'org.bytemechanics:type-ex:0.4.1'
// https://jarcasting.com/artifacts/org.bytemechanics/type-ex/
implementation ("org.bytemechanics:type-ex:0.4.1")
'org.bytemechanics:type-ex:jar:0.4.1'
<dependency org="org.bytemechanics" name="type-ex" rev="0.4.1">
  <artifact name="type-ex" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bytemechanics', module='type-ex', version='0.4.1')
)
libraryDependencies += "org.bytemechanics" % "type-ex" % "0.4.1"
[org.bytemechanics/type-ex "0.4.1"]