s

slf4gwt-remote

文件下载
文件名 操作
slf4gwt-remote-1.4.jar 下载
slf4gwt-remote-1.4.pom 下载
slf4gwt-remote-1.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.slf4gwt</groupId>
  <artifactId>slf4gwt-remote</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'org.slf4gwt:slf4gwt-remote:1.4'
Gradle Kotlin
implementation("org.slf4gwt:slf4gwt-remote:1.4")
Scala SBT
libraryDependencies += "org.slf4gwt" % "slf4gwt-remote" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='org.slf4gwt', module='slf4gwt-remote', version='1.4')
)
Apache Ivy
<dependency org="org.slf4gwt" name="slf4gwt-remote" rev="1.4" />
Leiningen
[org.slf4gwt/slf4gwt-remote "1.4"]
Apache Buildr
'org.slf4gwt:slf4gwt-remote:jar:1.4'