License |
License |
---|---|
GroupId | GroupIdorg.bytemechanics |
ArtifactId | ArtifactIdtype-ex |
Version | Version1.0.3 |
Type | Typejar |
Description |
DescriptionTypified Exception
Library to create exceptions typified in a enumerated, in order to be able to list all possible exceptions in one application.
|
Project Organization |
Project OrganizationByte Mechanics |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
type-ex-1.0.3.pom | |
type-ex-1.0.3.jar | 18 KB |
type-ex-1.0.3-tests.jar | 36 KB |
type-ex-1.0.3-sources.jar | 12 KB |
type-ex-1.0.3-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bytemechanics/type-ex/ -->
<dependency>
<groupId>org.bytemechanics</groupId>
<artifactId>type-ex</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.bytemechanics/type-ex/
implementation 'org.bytemechanics:type-ex:1.0.3'
// https://jarcasting.com/artifacts/org.bytemechanics/type-ex/
implementation ("org.bytemechanics:type-ex:1.0.3")
'org.bytemechanics:type-ex:jar:1.0.3'
<dependency org="org.bytemechanics" name="type-ex" rev="1.0.3">
<artifact name="type-ex" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bytemechanics', module='type-ex', version='1.0.3')
)
libraryDependencies += "org.bytemechanics" % "type-ex" % "1.0.3"
[org.bytemechanics/type-ex "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 1.1-groovy-2.4 |
org.codehaus.groovy : groovy-all | jar | 2.4.13 |
net.bytebuddy : byte-buddy | jar | 1.7.9 |
org.objenesis : objenesis | jar | 2.6 |