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.1.2.jar download
hudson-gwt-slf4j-2.1.2.pom download
hudson-gwt-slf4j-2.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson.main</groupId>
  <artifactId>hudson-gwt-slf4j</artifactId>
  <version>2.1.2</version>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson.main:hudson-gwt-slf4j:2.1.2'
Gradle Kotlin
implementation("org.jvnet.hudson.main:hudson-gwt-slf4j:2.1.2")
Scala SBT
libraryDependencies += "org.jvnet.hudson.main" % "hudson-gwt-slf4j" % "2.1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson.main', module='hudson-gwt-slf4j', version='2.1.2')
)
Apache Ivy
<dependency org="org.jvnet.hudson.main" name="hudson-gwt-slf4j" rev="2.1.2" />
Leiningen
[org.jvnet.hudson.main/hudson-gwt-slf4j "2.1.2"]
Apache Buildr
'org.jvnet.hudson.main:hudson-gwt-slf4j:jar:2.1.2'