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