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