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