| License |
License |
|---|---|
| GroupId | GroupIdio.github.fran-abril |
| ArtifactId | ArtifactIdbase-exception |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionBase Exception for simplify the exception hierarchy in the projects
This is a library for a simplify the exception hierarchy in the projects
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| base-exception-1.0.0.pom | |
| base-exception-1.0.0.jar | 4 KB |
| base-exception-1.0.0-sources.jar | 1 KB |
| base-exception-1.0.0-javadoc.jar | 401 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.fran-abril/base-exception/ -->
<dependency>
<groupId>io.github.fran-abril</groupId>
<artifactId>base-exception</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fran-abril/base-exception/
implementation 'io.github.fran-abril:base-exception:1.0.0'
// https://jarcasting.com/artifacts/io.github.fran-abril/base-exception/
implementation ("io.github.fran-abril:base-exception:1.0.0")
'io.github.fran-abril:base-exception:jar:1.0.0'
<dependency org="io.github.fran-abril" name="base-exception" rev="1.0.0">
<artifact name="base-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fran-abril', module='base-exception', version='1.0.0')
)
libraryDependencies += "io.github.fran-abril" % "base-exception" % "1.0.0"
[io.github.fran-abril/base-exception "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |