Last Version

JPetStore Demo 6 6.0.2

The MyBatis parent POM.

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

org.mybatis
ArtifactId

ArtifactId

jpetstore
Version

Version

6.0.2
Type

Type

war
Description

Description

JPetStore Demo 6
The MyBatis parent POM.
Project URL

Project URL

http://www.mybatis.org
Project Organization

Project Organization

MyBatis.org
Source Code Management

Source Code Management

http://github.com/mybatis/jpetstore-6

Download jpetstore 6.0.2


<!-- https://jarcasting.com/artifacts/org.mybatis/jpetstore/ -->
<dependency>
    <groupId>org.mybatis</groupId>
    <artifactId>jpetstore</artifactId>
    <version>6.0.2</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mybatis/jpetstore/
implementation 'org.mybatis:jpetstore:6.0.2'
// https://jarcasting.com/artifacts/org.mybatis/jpetstore/
implementation ("org.mybatis:jpetstore:6.0.2")
'org.mybatis:jpetstore:war:6.0.2'
<dependency org="org.mybatis" name="jpetstore" rev="6.0.2">
  <artifact name="jpetstore" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mybatis', module='jpetstore', version='6.0.2')
)
libraryDependencies += "org.mybatis" % "jpetstore" % "6.0.2"
[org.mybatis/jpetstore "6.0.2"]

Dependencies

compile (9)

Group / Artifact Type Version
ognl : ognl jar 3.1.12
org.mybatis : mybatis jar 3.4.1
org.mybatis : mybatis-spring jar 1.3.0
org.springframework : spring-jdbc jar 4.3.4.RELEASE
org.springframework : spring-web jar 4.3.4.RELEASE
net.sourceforge.stripes : stripes jar 1.6.0
javax.servlet : jstl jar 1.2
log4j : log4j jar 1.2.17
org.hsqldb : hsqldb jar 2.3.4

provided (1)

Group / Artifact Type Version
javax.servlet : jsp-api jar 2.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.2.26

Project Modules

There are no modules declared in this project.