Download liquibase-slf4j-1.2.1.jar file

Introduction

You can download liquibase-slf4j-1.2.1.jar in this page.

License

MIT License

Type List

liquibase-slf4j-1.2.1.jar file has the following types.

META-INF/MANIFEST.MF
liquibase.ext.logging.slf4j.Slf4jLogger.class

Pom

liquibase-slf4j-1.2.1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
 Copyright (c) 2013 Matt Bertolini

 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
 documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
 persons to whom the Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.mattbertolini</groupId>
    <artifactId>liquibase-slf4j</artifactId>
    <packaging>jar</packaging>
    <name>liquibase-slf4j</name>
    <version>1.2.1</version>
    <description>Liquibase SLF4J Logger</description>
    <url>https://github.com/mattbertolini/liquibase-slf4j</url>
    <licenses>
        <license>
            <name>MIT License</name>
            <url>http://www.opensource.org/licenses/mit-license.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>https://github.com/mattbertolini/liquibase-slf4j</url>
        <connection>scm:git:git://github.com/mattbertolini/liquibase-slf4j.git</connection>
    </scm>
    <developers>
        <developer>
            <name>Matt Bertolini</name>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.5</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.liquibase</groupId>
            <artifactId>liquibase-core</artifactId>
            <version>3.0.5</version>
            <scope>compile</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.mattbertolini</groupId>
   <artifactId>liquibase-slf4j</artifactId>
   <version>1.2.1</version>
</dependency>

Download

If you think the following liquibase-slf4j-1.2.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download liquibase-slf4j-1.2.1.jar file




PreviousNext

Related