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