is not current version
Last Version 0.6.0

com.crashnote:crashnote-servlet 0.0.1

Reports exceptions from Java servlet apps to the crashnote.com service.

Categories

Categories

CRaSH General Purpose Libraries Utility
GroupId

GroupId

com.crashnote
ArtifactId

ArtifactId

crashnote-servlet
Version

Version

0.0.1
Type

Type

jar

Download crashnote-servlet 0.0.1


<!-- https://jarcasting.com/artifacts/com.crashnote/crashnote-servlet/ -->
<dependency>
    <groupId>com.crashnote</groupId>
    <artifactId>crashnote-servlet</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.crashnote/crashnote-servlet/
implementation 'com.crashnote:crashnote-servlet:0.0.1'
// https://jarcasting.com/artifacts/com.crashnote/crashnote-servlet/
implementation ("com.crashnote:crashnote-servlet:0.0.1")
'com.crashnote:crashnote-servlet:jar:0.0.1'
<dependency org="com.crashnote" name="crashnote-servlet" rev="0.0.1">
  <artifact name="crashnote-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crashnote', module='crashnote-servlet', version='0.0.1')
)
libraryDependencies += "com.crashnote" % "crashnote-servlet" % "0.0.1"
[com.crashnote/crashnote-servlet "0.0.1"]