Dependency Information
Apache Maven
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>jpetstore</artifactId>
<version>6.1.1-SNAPSHOT</version>
<type>war</type>
</dependency>
Apache Ivy
<dependency org="org.mybatis" name="jpetstore" rev="6.1.1-SNAPSHOT">
<artifact name="jpetstore" type="war" />
</dependency>
Groovy Grape
@Grapes(
@Grab(group='org.mybatis', module='jpetstore', version='6.1.1-SNAPSHOT')
)
Gradle/Grails
implementation 'org.mybatis:jpetstore:6.1.1-SNAPSHOT'
Scala SBT
libraryDependencies += "org.mybatis" % "jpetstore" % "6.1.1-SNAPSHOT"
Leiningen
[org.mybatis/jpetstore "6.1.1-SNAPSHOT"]