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