GroupId | GroupIdcom.github.life-lab |
---|---|
ArtifactId | ArtifactIdcommon-exception |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
common-exception-0.0.3.pom | |
common-exception-0.0.3.jar | 11 KB |
common-exception-0.0.3-sources.jar | 7 KB |
common-exception-0.0.3-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.life-lab/common-exception/ -->
<dependency>
<groupId>com.github.life-lab</groupId>
<artifactId>common-exception</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.life-lab/common-exception/
implementation 'com.github.life-lab:common-exception:0.0.3'
// https://jarcasting.com/artifacts/com.github.life-lab/common-exception/
implementation ("com.github.life-lab:common-exception:0.0.3")
'com.github.life-lab:common-exception:jar:0.0.3'
<dependency org="com.github.life-lab" name="common-exception" rev="0.0.3">
<artifact name="common-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.life-lab', module='common-exception', version='0.0.3')
)
libraryDependencies += "com.github.life-lab" % "common-exception" % "0.0.3"
[com.github.life-lab/common-exception "0.0.3"]