g

gwt-log

Library providing easy to use logging capabilities to Google Web Toolkit (GWT) projects.
http://code.google.com/p/gwt-log/
Apache License, Version 2.0
Fred Sauer
Files download
File Operation
gwt-log-3.1.8.jar download
gwt-log-3.1.8.pom download
gwt-log-3.1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.allen-sauer.gwt.log</groupId>
  <artifactId>gwt-log</artifactId>
  <version>3.1.8</version>
</dependency>
Gradle Groovy
implementation 'com.allen-sauer.gwt.log:gwt-log:3.1.8'
Gradle Kotlin
implementation("com.allen-sauer.gwt.log:gwt-log:3.1.8")
Scala SBT
libraryDependencies += "com.allen-sauer.gwt.log" % "gwt-log" % "3.1.8"
Groovy Grape
@Grapes(
  @Grab(group='com.allen-sauer.gwt.log', module='gwt-log', version='3.1.8')
)
Apache Ivy
<dependency org="com.allen-sauer.gwt.log" name="gwt-log" rev="3.1.8" />
Leiningen
[com.allen-sauer.gwt.log/gwt-log "3.1.8"]
Apache Buildr
'com.allen-sauer.gwt.log:gwt-log:jar:3.1.8'
Dependencies