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