l

liquibase-slf4j

Liquibase SLF4J Logger
https://github.com/mattbertolini/liquibase-slf4j
MIT License
Matt Bertolini
文件下载
文件名 操作
liquibase-slf4j-5.1.0.jar 下载
liquibase-slf4j-5.1.0.pom 下载
liquibase-slf4j-5.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.mattbertolini</groupId>
  <artifactId>liquibase-slf4j</artifactId>
  <version>5.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.mattbertolini:liquibase-slf4j:5.1.0'
Gradle Kotlin
implementation("com.mattbertolini:liquibase-slf4j:5.1.0")
Scala SBT
libraryDependencies += "com.mattbertolini" % "liquibase-slf4j" % "5.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.mattbertolini', module='liquibase-slf4j', version='5.1.0')
)
Apache Ivy
<dependency org="com.mattbertolini" name="liquibase-slf4j" rev="5.1.0" />
Leiningen
[com.mattbertolini/liquibase-slf4j "5.1.0"]
Apache Buildr
'com.mattbertolini:liquibase-slf4j:jar:5.1.0'