v

visallo-model-vertexium-test

The visallo-core-test module depends on the visallo-model-vertexium-inmemory module, which means that the visallo-model-vertexium-* modules cannot use any of the helpers in visallo-core-test due to a circular dependency. This module exists to work around that circular dependency.
Files download
File Operation
visallo-model-vertexium-test-4.0.0.jar download
visallo-model-vertexium-test-4.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.visallo</groupId>
  <artifactId>visallo-model-vertexium-test</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.visallo:visallo-model-vertexium-test:4.0.0'
Gradle Kotlin
implementation("org.visallo:visallo-model-vertexium-test:4.0.0")
Scala SBT
libraryDependencies += "org.visallo" % "visallo-model-vertexium-test" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.visallo', module='visallo-model-vertexium-test', version='4.0.0')
)
Apache Ivy
<dependency org="org.visallo" name="visallo-model-vertexium-test" rev="4.0.0" />
Leiningen
[org.visallo/visallo-model-vertexium-test "4.0.0"]
Apache Buildr
'org.visallo:visallo-model-vertexium-test:jar:4.0.0'