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