| License |
License |
|---|---|
| Categories |
CategoriesCRaSH General Purpose Libraries Utility |
| GroupId | GroupIdcom.crashnote |
| ArtifactId | ArtifactIdcrashnote-servlet |
| Last Version | Last Version0.6.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCrashnote Servlet Agent
Reports exceptions from Java servlet apps to crashnote.com
|
| Project URL |
Project URL |
| Project Organization |
Project Organization101 Loops |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| crashnote-servlet-0.6.0.pom | |
| crashnote-servlet-0.6.0.jar | 91 KB |
| crashnote-servlet-0.6.0-sources.jar | 109 KB |
| crashnote-servlet-0.6.0-javadoc.jar | 570 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.crashnote/crashnote-servlet/ -->
<dependency>
<groupId>com.crashnote</groupId>
<artifactId>crashnote-servlet</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.crashnote/crashnote-servlet/
implementation 'com.crashnote:crashnote-servlet:0.6.0'
// https://jarcasting.com/artifacts/com.crashnote/crashnote-servlet/
implementation ("com.crashnote:crashnote-servlet:0.6.0")
'com.crashnote:crashnote-servlet:jar:0.6.0'
<dependency org="com.crashnote" name="crashnote-servlet" rev="0.6.0">
<artifact name="crashnote-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crashnote', module='crashnote-servlet', version='0.6.0')
)
libraryDependencies += "com.crashnote" % "crashnote-servlet" % "0.6.0"
[com.crashnote/crashnote-servlet "0.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.0.0 |
| log4j : log4j | jar | 1.2.16 |
| org.slf4j : slf4j-api | jar | 1.7.0 |
| javax.servlet : servlet-api | jar | 2.5 |