MVN

com.allen-sauer.gwt.log : gwt-log

Maven & Gradle

Aug 20, 2014
21 usages

gwt-log · Library providing easy to use logging capabilities to Google Web Toolkit (GWT) projects.

<dependency>
    <groupId>com.allen-sauer.gwt.log</groupId>
    <artifactId>gwt-log</artifactId>
    <version>3.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.allen-sauer.gwt.log : gwt-log to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.2

All Versions

Choose a version of com.allen-sauer.gwt.log : gwt-log to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
gwt-log-3.3.2
gwt-log-3.3.1
gwt-log-3.3.0
3.2.x
gwt-log-3.2.1
gwt-log-3.2.0
3.1.x
gwt-log-3.1.8
gwt-log-3.1.7
gwt-log-3.1.6

How to add a dependency to Maven

Add the following com.allen-sauer.gwt.log : gwt-log maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.allen-sauer.gwt.log</groupId>
    <artifactId>gwt-log</artifactId>
    <version>3.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.allen-sauer.gwt.log : gwt-log gradle dependency to your build.gradle file:

implementation 'com.allen-sauer.gwt.log:gwt-log:3.3.2'

Gradle Kotlin DSL: Add the following com.allen-sauer.gwt.log : gwt-log gradle kotlin dependency to your build.gradle.kts file:

implementation("com.allen-sauer.gwt.log:gwt-log:3.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.allen-sauer.gwt.log : gwt-log sbt scala dependency to your build.sbt file:

libraryDependencies += "com.allen-sauer.gwt.log" % "gwt-log" % "3.3.2"