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