p

petclinic

A re-creation of the Spring PetClinic Sample Application, using Java EE 7 for UI controllers and business classes. JMockit is used for integration testing, instead of the Spring Test Context.
Files download
File Operation
petclinic-1.55.0.pom download
petclinic-1.55.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hazendaz.jmockit</groupId>
  <artifactId>petclinic</artifactId>
  <version>1.55.0</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'com.github.hazendaz.jmockit:petclinic:1.55.0'
Gradle Kotlin
implementation("com.github.hazendaz.jmockit:petclinic:1.55.0")
Scala SBT
libraryDependencies += "com.github.hazendaz.jmockit" % "petclinic" % "1.55.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hazendaz.jmockit', module='petclinic', version='1.55.0')
)
Apache Ivy
<dependency org="com.github.hazendaz.jmockit" name="petclinic" rev="1.55.0" />
Leiningen
[com.github.hazendaz.jmockit/petclinic "1.55.0"]
Apache Buildr
'com.github.hazendaz.jmockit:petclinic:jar:1.55.0'