| License |
License |
|---|---|
| GroupId | GroupIdcom.yangxiaochen |
| ArtifactId | ArtifactIdexception-core |
| Version | Version1.0.0-RELEASE |
| Type | Typejar |
| Description |
DescriptionExpressive Exception: exception-core
A More Expressive Exception Library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| exception-core-1.0.0-RELEASE.pom | |
| exception-core-1.0.0-RELEASE.jar | 6 KB |
| exception-core-1.0.0-RELEASE-sources.jar | 4 KB |
| exception-core-1.0.0-RELEASE-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yangxiaochen/exception-core/ -->
<dependency>
<groupId>com.yangxiaochen</groupId>
<artifactId>exception-core</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.yangxiaochen/exception-core/
implementation 'com.yangxiaochen:exception-core:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.yangxiaochen/exception-core/
implementation ("com.yangxiaochen:exception-core:1.0.0-RELEASE")
'com.yangxiaochen:exception-core:jar:1.0.0-RELEASE'
<dependency org="com.yangxiaochen" name="exception-core" rev="1.0.0-RELEASE">
<artifact name="exception-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yangxiaochen', module='exception-core', version='1.0.0-RELEASE')
)
libraryDependencies += "com.yangxiaochen" % "exception-core" % "1.0.0-RELEASE"
[com.yangxiaochen/exception-core "1.0.0-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |