License |
License |
---|---|
GroupId | GroupIdcom.fundebug |
ArtifactId | ArtifactIdfundebug-spring |
Last Version | Last Version0.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCapture Java and Spring exceptions automatically
|
Filename | Size |
---|---|
fundebug-spring-0.3.1.pom | |
fundebug-spring-0.3.1.jar | 3 KB |
fundebug-spring-0.3.1-sources.jar | 1 KB |
fundebug-spring-0.3.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fundebug/fundebug-spring/ -->
<dependency>
<groupId>com.fundebug</groupId>
<artifactId>fundebug-spring</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fundebug/fundebug-spring/
implementation 'com.fundebug:fundebug-spring:0.3.1'
// https://jarcasting.com/artifacts/com.fundebug/fundebug-spring/
implementation ("com.fundebug:fundebug-spring:0.3.1")
'com.fundebug:fundebug-spring:jar:0.3.1'
<dependency org="com.fundebug" name="fundebug-spring" rev="0.3.1">
<artifact name="fundebug-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fundebug', module='fundebug-spring', version='0.3.1')
)
libraryDependencies += "com.fundebug" % "fundebug-spring" % "0.3.1"
[com.fundebug/fundebug-spring "0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fundebug : fundebug-java | jar | 0.3.1 |
org.springframework : spring-context | jar | 5.1.3.RELEASE |
org.springframework : spring-web | jar | 5.1.3.RELEASE |
org.springframework : spring-webmvc | jar | 5.1.3.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |