d

digest

Digest Plug-in
Files download
File Operation
digest-5.1.1-RELEASE.jar download
digest-5.1.1-RELEASE.pom download
digest-5.1.1-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>ca.bc.gov.open.cpf.plugins</groupId>
  <artifactId>digest</artifactId>
  <version>5.1.1-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'ca.bc.gov.open.cpf.plugins:digest:5.1.1-RELEASE'
Gradle Kotlin
implementation("ca.bc.gov.open.cpf.plugins:digest:5.1.1-RELEASE")
Scala SBT
libraryDependencies += "ca.bc.gov.open.cpf.plugins" % "digest" % "5.1.1-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='ca.bc.gov.open.cpf.plugins', module='digest', version='5.1.1-RELEASE')
)
Apache Ivy
<dependency org="ca.bc.gov.open.cpf.plugins" name="digest" rev="5.1.1-RELEASE" />
Leiningen
[ca.bc.gov.open.cpf.plugins/digest "5.1.1-RELEASE"]
Apache Buildr
'ca.bc.gov.open.cpf.plugins:digest:jar:5.1.1-RELEASE'