Files download
File Operation
speedment-slf4j-adapter-1.0.0.jar download
speedment-slf4j-adapter-1.0.0.pom download
speedment-slf4j-adapter-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.pyknic</groupId>
  <artifactId>speedment-slf4j-adapter</artifactId>
  <version>1.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.pyknic:speedment-slf4j-adapter:1.0.0'
Gradle Kotlin
implementation("com.github.pyknic:speedment-slf4j-adapter:1.0.0")
Scala SBT
libraryDependencies += "com.github.pyknic" % "speedment-slf4j-adapter" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pyknic', module='speedment-slf4j-adapter', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.pyknic" name="speedment-slf4j-adapter" rev="1.0.0" />
Leiningen
[com.github.pyknic/speedment-slf4j-adapter "1.0.0"]
Apache Buildr
'com.github.pyknic:speedment-slf4j-adapter:jar:1.0.0'