Files download
File Operation
visallo-web-plugin-base-4.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.visallo</groupId>
  <artifactId>visallo-web-plugin-base</artifactId>
  <version>4.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.visallo:visallo-web-plugin-base:4.0.0'
Gradle Kotlin
implementation("org.visallo:visallo-web-plugin-base:4.0.0")
Scala SBT
libraryDependencies += "org.visallo" % "visallo-web-plugin-base" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.visallo', module='visallo-web-plugin-base', version='4.0.0')
)
Apache Ivy
<dependency org="org.visallo" name="visallo-web-plugin-base" rev="4.0.0" />
Leiningen
[org.visallo/visallo-web-plugin-base "4.0.0"]
Apache Buildr
'org.visallo:visallo-web-plugin-base:jar:4.0.0'