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
文件下载
文件名 操作
gwt-log-3.3.0.jar 下载
gwt-log-3.3.0.pom 下载
gwt-log-3.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.allen-sauer.gwt.log</groupId>
  <artifactId>gwt-log</artifactId>
  <version>3.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.allen-sauer.gwt.log:gwt-log:3.3.0'
Gradle Kotlin
implementation("com.allen-sauer.gwt.log:gwt-log:3.3.0")
Scala SBT
libraryDependencies += "com.allen-sauer.gwt.log" % "gwt-log" % "3.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.allen-sauer.gwt.log', module='gwt-log', version='3.3.0')
)
Apache Ivy
<dependency org="com.allen-sauer.gwt.log" name="gwt-log" rev="3.3.0" />
Leiningen
[com.allen-sauer.gwt.log/gwt-log "3.3.0"]
Apache Buildr
'com.allen-sauer.gwt.log:gwt-log:jar:3.3.0'
本项目依赖