MVN

com.github.nmorel.gwtjackson : gwt-jackson-remotelogging

Maven & Gradle

Sep 16, 2018
110 stars

gwt-jackson :: Extensions :: Remote Logging · Extension to support remote logging of Throwable

<dependency>
    <groupId>com.github.nmorel.gwtjackson</groupId>
    <artifactId>gwt-jackson-remotelogging</artifactId>
    <version>0.15.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nmorel.gwtjackson : gwt-jackson-remotelogging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.4

All Versions

Choose a version of com.github.nmorel.gwtjackson : gwt-jackson-remotelogging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15.x
gwt-jackson-remotelogging-0.15.4
gwt-jackson-remotelogging-0.15.3
gwt-jackson-remotelogging-0.15.2
gwt-jackson-remotelogging-0.15.1
gwt-jackson-remotelogging-0.15.0

How to add a dependency to Maven

Add the following com.github.nmorel.gwtjackson : gwt-jackson-remotelogging maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nmorel.gwtjackson</groupId>
    <artifactId>gwt-jackson-remotelogging</artifactId>
    <version>0.15.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nmorel.gwtjackson : gwt-jackson-remotelogging gradle dependency to your build.gradle file:

implementation 'com.github.nmorel.gwtjackson:gwt-jackson-remotelogging:0.15.4'

Gradle Kotlin DSL: Add the following com.github.nmorel.gwtjackson : gwt-jackson-remotelogging gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nmorel.gwtjackson:gwt-jackson-remotelogging:0.15.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nmorel.gwtjackson : gwt-jackson-remotelogging sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nmorel.gwtjackson" % "gwt-jackson-remotelogging" % "0.15.4"

Advertisement