Dependency Information

Apache Maven

<dependency>
  <groupId>org.mybatis</groupId>
  <artifactId>mybatis-bom</artifactId>
  <version>3.5.10-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="org.mybatis" name="mybatis-bom" rev="3.5.10-SNAPSHOT">
  <artifact name="mybatis-bom" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.mybatis', module='mybatis-bom', version='3.5.10-SNAPSHOT')
)

Gradle/Grails

implementation 'org.mybatis:mybatis-bom:3.5.10-SNAPSHOT'

Scala SBT

libraryDependencies += "org.mybatis" % "mybatis-bom" % "3.5.10-SNAPSHOT"

Leiningen

[org.mybatis/mybatis-bom "3.5.10-SNAPSHOT"]