Dependency Information

Apache Maven

<dependency>
  <groupId>org.mybatis.maven</groupId>
  <artifactId>migrations-maven-plugin</artifactId>
  <version>1.1.5-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Ivy

<dependency org="org.mybatis.maven" name="migrations-maven-plugin" rev="1.1.5-SNAPSHOT">
  <artifact name="migrations-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.mybatis.maven', module='migrations-maven-plugin', version='1.1.5-SNAPSHOT')
)

Gradle/Grails

implementation 'org.mybatis.maven:migrations-maven-plugin:1.1.5-SNAPSHOT'

Scala SBT

libraryDependencies += "org.mybatis.maven" % "migrations-maven-plugin" % "1.1.5-SNAPSHOT"

Leiningen

[org.mybatis.maven/migrations-maven-plugin "1.1.5-SNAPSHOT"]