License |
License |
---|---|
GroupId | GroupIdsillyexceptions |
ArtifactId | ArtifactIdsillyexceptions |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSilly exceptions
<p>
This project offers Exceptions to be used in Java programs. Although
their names sound silly, the exceptions themselves are quite usefull.
</p>
<p>
Please refer to the <a href='/exceptions_overview.html'>exceptions overview</a> page for a summary of all
available exceptions.
</p>
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
sillyexceptions-1.0.1.pom | |
sillyexceptions-1.0.1.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/sillyexceptions/sillyexceptions/ -->
<dependency>
<groupId>sillyexceptions</groupId>
<artifactId>sillyexceptions</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/sillyexceptions/sillyexceptions/
implementation 'sillyexceptions:sillyexceptions:1.0.1'
// https://jarcasting.com/artifacts/sillyexceptions/sillyexceptions/
implementation ("sillyexceptions:sillyexceptions:1.0.1")
'sillyexceptions:sillyexceptions:jar:1.0.1'
<dependency org="sillyexceptions" name="sillyexceptions" rev="1.0.1">
<artifact name="sillyexceptions" type="jar" />
</dependency>
@Grapes(
@Grab(group='sillyexceptions', module='sillyexceptions', version='1.0.1')
)
libraryDependencies += "sillyexceptions" % "sillyexceptions" % "1.0.1"
[sillyexceptions "1.0.1"]