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