License |
License |
---|---|
GroupId | GroupIdbe.yildiz-games |
ArtifactId | ArtifactIdcommon-exception |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYildiz Common Exception
Common Exception library for the yildiz project, contains technical and business exceptions.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-exception-1.0.4.pom | |
common-exception-1.0.4.jar | 8 KB |
common-exception-1.0.4-sources.jar | 16 KB |
common-exception-1.0.4-javadoc.jar | 423 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/common-exception/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>common-exception</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/common-exception/
implementation 'be.yildiz-games:common-exception:1.0.4'
// https://jarcasting.com/artifacts/be.yildiz-games/common-exception/
implementation ("be.yildiz-games:common-exception:1.0.4")
'be.yildiz-games:common-exception:jar:1.0.4'
<dependency org="be.yildiz-games" name="common-exception" rev="1.0.4">
<artifact name="common-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='common-exception', version='1.0.4')
)
libraryDependencies += "be.yildiz-games" % "common-exception" % "1.0.4"
[be.yildiz-games/common-exception "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.0 |