License |
License |
---|---|
GroupId | GroupIdcom.github.eks5115 |
ArtifactId | ArtifactIdrest-exception |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrest-exception
rest exception handler
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rest-exception-0.0.1.pom | |
rest-exception-0.0.1.jar | 7 KB |
rest-exception-0.0.1-sources.jar | 2 KB |
rest-exception-0.0.1-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.eks5115/rest-exception/ -->
<dependency>
<groupId>com.github.eks5115</groupId>
<artifactId>rest-exception</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eks5115/rest-exception/
implementation 'com.github.eks5115:rest-exception:0.0.1'
// https://jarcasting.com/artifacts/com.github.eks5115/rest-exception/
implementation ("com.github.eks5115:rest-exception:0.0.1")
'com.github.eks5115:rest-exception:jar:0.0.1'
<dependency org="com.github.eks5115" name="rest-exception" rev="0.0.1">
<artifact name="rest-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eks5115', module='rest-exception', version='0.0.1')
)
libraryDependencies += "com.github.eks5115" % "rest-exception" % "0.0.1"
[com.github.eks5115/rest-exception "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 5.0.9.RELEASE |
org.springframework : spring-context | jar | 5.0.9.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |