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.2.1.jar download
gwt-log-3.2.1.pom download
gwt-log-3.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.allen-sauer.gwt.log</groupId>
  <artifactId>gwt-log</artifactId>
  <version>3.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.allen-sauer.gwt.log:gwt-log:3.2.1'
Gradle Kotlin
implementation("com.allen-sauer.gwt.log:gwt-log:3.2.1")
Scala SBT
libraryDependencies += "com.allen-sauer.gwt.log" % "gwt-log" % "3.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.allen-sauer.gwt.log', module='gwt-log', version='3.2.1')
)
Apache Ivy
<dependency org="com.allen-sauer.gwt.log" name="gwt-log" rev="3.2.1" />
Leiningen
[com.allen-sauer.gwt.log/gwt-log "3.2.1"]
Apache Buildr
'com.allen-sauer.gwt.log:gwt-log:jar:3.2.1'
Dependencies