is not current version
Last Version 1.0.3

org.bytemechanics:type-ex 1.0.0

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

1.0.0
Type

Type

jar

Download type-ex 1.0.0


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