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