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