a

activeobjects-integration-test-model

This is the model used for integration testing!
Files download
File Operation
activeobjects-integration-test-model-6.0.1.jar download
activeobjects-integration-test-model-6.0.1.pom download
activeobjects-integration-test-model-6.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.java.dev.activeobjects</groupId>
  <artifactId>activeobjects-integration-test-model</artifactId>
  <version>6.0.1</version>
</dependency>
Gradle Groovy
implementation 'net.java.dev.activeobjects:activeobjects-integration-test-model:6.0.1'
Gradle Kotlin
implementation("net.java.dev.activeobjects:activeobjects-integration-test-model:6.0.1")
Scala SBT
libraryDependencies += "net.java.dev.activeobjects" % "activeobjects-integration-test-model" % "6.0.1"
Groovy Grape
@Grapes(
  @Grab(group='net.java.dev.activeobjects', module='activeobjects-integration-test-model', version='6.0.1')
)
Apache Ivy
<dependency org="net.java.dev.activeobjects" name="activeobjects-integration-test-model" rev="6.0.1" />
Leiningen
[net.java.dev.activeobjects/activeobjects-integration-test-model "6.0.1"]
Apache Buildr
'net.java.dev.activeobjects:activeobjects-integration-test-model:jar:6.0.1'