License |
License |
---|---|
GroupId | GroupIdorg.jlib |
ArtifactId | ArtifactIdjlib-exception |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjlib exception framework
jlib framework providing means to easily define new exceptions with expressive messages
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jlib-exception-1.0.0.pom | |
jlib-exception-1.0.0.jar | 3 KB |
jlib-exception-1.0.0-sources.jar | 4 KB |
jlib-exception-1.0.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jlib/jlib-exception/ -->
<dependency>
<groupId>org.jlib</groupId>
<artifactId>jlib-exception</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jlib/jlib-exception/
implementation 'org.jlib:jlib-exception:1.0.0'
// https://jarcasting.com/artifacts/org.jlib/jlib-exception/
implementation ("org.jlib:jlib-exception:1.0.0")
'org.jlib:jlib-exception:jar:1.0.0'
<dependency org="org.jlib" name="jlib-exception" rev="1.0.0">
<artifact name="jlib-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jlib', module='jlib-exception', version='1.0.0')
)
libraryDependencies += "org.jlib" % "jlib-exception" % "1.0.0"
[org.jlib/jlib-exception "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jlib : jlib-message | jar | 1.0.0 |