is not current version
Last Version 0.1

com.crashnote:crashnote-logger 0.0.1

Integrates with log frameworks to reports exceptions from to the crashnote.com service.

Categories

Categories

CRaSH General Purpose Libraries Utility
GroupId

GroupId

com.crashnote
ArtifactId

ArtifactId

crashnote-logger
Version

Version

0.0.1
Type

Type

jar

Download crashnote-logger 0.0.1


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