GroupId | GroupIdbe.yildiz-games |
---|---|
ArtifactId | ArtifactIdcommon-exception |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
common-exception-1.0.3.pom | |
common-exception-1.0.3.jar | 7 KB |
common-exception-1.0.3-sources.jar | 14 KB |
common-exception-1.0.3-javadoc.jar | 444 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/common-exception/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>common-exception</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/common-exception/
implementation 'be.yildiz-games:common-exception:1.0.3'
// https://jarcasting.com/artifacts/be.yildiz-games/common-exception/
implementation ("be.yildiz-games:common-exception:1.0.3")
'be.yildiz-games:common-exception:jar:1.0.3'
<dependency org="be.yildiz-games" name="common-exception" rev="1.0.3">
<artifact name="common-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='common-exception', version='1.0.3')
)
libraryDependencies += "be.yildiz-games" % "common-exception" % "1.0.3"
[be.yildiz-games/common-exception "1.0.3"]