Fork me on GitHub

Maven Coordinates

Apache Maven

<dependency>
  <groupId>dev.markitect.liquibase</groupId>
  <artifactId>markitect-liquibase-logging-log4j-test</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="dev.markitect.liquibase" name="markitect-liquibase-logging-log4j-test" rev="0.1.0-SNAPSHOT">
  <artifact name="markitect-liquibase-logging-log4j-test" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='dev.markitect.liquibase', module='markitect-liquibase-logging-log4j-test', version='0.1.0-SNAPSHOT')
)

Gradle/Grails

implementation 'dev.markitect.liquibase:markitect-liquibase-logging-log4j-test:0.1.0-SNAPSHOT'

Scala SBT

libraryDependencies += "dev.markitect.liquibase" % "markitect-liquibase-logging-log4j-test" % "0.1.0-SNAPSHOT"

Leiningen

[dev.markitect.liquibase/markitect-liquibase-logging-log4j-test "0.1.0-SNAPSHOT"]