License |
License |
---|---|
GroupId | GroupIdcom.github.yaoguoh |
ArtifactId | ArtifactIdcommon-exception |
Version | Version2.6.0 |
Type | Typejar |
Description |
DescriptionCommon Dependencies
|
Filename | Size |
---|---|
common-exception-2.6.0.pom | |
common-exception-2.6.0.jar | 7 KB |
common-exception-2.6.0-sources.jar | 5 KB |
common-exception-2.6.0-javadoc.jar | 424 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yaoguoh/common-exception/ -->
<dependency>
<groupId>com.github.yaoguoh</groupId>
<artifactId>common-exception</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yaoguoh/common-exception/
implementation 'com.github.yaoguoh:common-exception:2.6.0'
// https://jarcasting.com/artifacts/com.github.yaoguoh/common-exception/
implementation ("com.github.yaoguoh:common-exception:2.6.0")
'com.github.yaoguoh:common-exception:jar:2.6.0'
<dependency org="com.github.yaoguoh" name="common-exception" rev="2.6.0">
<artifact name="common-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yaoguoh', module='common-exception', version='2.6.0')
)
libraryDependencies += "com.github.yaoguoh" % "common-exception" % "2.6.0"
[com.github.yaoguoh/common-exception "2.6.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.yaoguoh : common-util | jar | 2.6.0 |
org.springframework.boot : spring-boot-starter-web | jar |