h

hudson-gwt-slf4j

Port of SLF4J (1.6.2-SNAPSHOT) to GWT, backed up by the slf4j-jdk14 implementation to work with GWT 2.1 logging.
Files download
File Operation
hudson-gwt-slf4j-2.2.0.jar download
hudson-gwt-slf4j-2.2.0.pom download
hudson-gwt-slf4j-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hudsonci.libs</groupId>
  <artifactId>hudson-gwt-slf4j</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.hudsonci.libs:hudson-gwt-slf4j:2.2.0'
Gradle Kotlin
implementation("org.hudsonci.libs:hudson-gwt-slf4j:2.2.0")
Scala SBT
libraryDependencies += "org.hudsonci.libs" % "hudson-gwt-slf4j" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.hudsonci.libs', module='hudson-gwt-slf4j', version='2.2.0')
)
Apache Ivy
<dependency org="org.hudsonci.libs" name="hudson-gwt-slf4j" rev="2.2.0" />
Leiningen
[org.hudsonci.libs/hudson-gwt-slf4j "2.2.0"]
Apache Buildr
'org.hudsonci.libs:hudson-gwt-slf4j:jar:2.2.0'