GroupId | GroupIdcom.github.life-lab |
---|---|
ArtifactId | ArtifactIdcommon-exception |
Version | Version0.0.11-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.life-lab/common-exception/ -->
<dependency>
<groupId>com.github.life-lab</groupId>
<artifactId>common-exception</artifactId>
<version>0.0.11-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.life-lab/common-exception/
implementation 'com.github.life-lab:common-exception:0.0.11-RELEASE'
// https://jarcasting.com/artifacts/com.github.life-lab/common-exception/
implementation ("com.github.life-lab:common-exception:0.0.11-RELEASE")
'com.github.life-lab:common-exception:jar:0.0.11-RELEASE'
<dependency org="com.github.life-lab" name="common-exception" rev="0.0.11-RELEASE">
<artifact name="common-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.life-lab', module='common-exception', version='0.0.11-RELEASE')
)
libraryDependencies += "com.github.life-lab" % "common-exception" % "0.0.11-RELEASE"
[com.github.life-lab/common-exception "0.0.11-RELEASE"]