GroupId | GroupIdca.bc.gov.open.cpf.plugins |
---|---|
ArtifactId | ArtifactIddigest |
Version | Version5.0.2-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
digest-5.0.2-RELEASE.pom | |
digest-5.0.2-RELEASE.jar | 4 KB |
digest-5.0.2-RELEASE-sources.jar | 3 KB |
digest-5.0.2-RELEASE-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.bc.gov.open.cpf.plugins/digest/ -->
<dependency>
<groupId>ca.bc.gov.open.cpf.plugins</groupId>
<artifactId>digest</artifactId>
<version>5.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/ca.bc.gov.open.cpf.plugins/digest/
implementation 'ca.bc.gov.open.cpf.plugins:digest:5.0.2-RELEASE'
// https://jarcasting.com/artifacts/ca.bc.gov.open.cpf.plugins/digest/
implementation ("ca.bc.gov.open.cpf.plugins:digest:5.0.2-RELEASE")
'ca.bc.gov.open.cpf.plugins:digest:jar:5.0.2-RELEASE'
<dependency org="ca.bc.gov.open.cpf.plugins" name="digest" rev="5.0.2-RELEASE">
<artifact name="digest" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.bc.gov.open.cpf.plugins', module='digest', version='5.0.2-RELEASE')
)
libraryDependencies += "ca.bc.gov.open.cpf.plugins" % "digest" % "5.0.2-RELEASE"
[ca.bc.gov.open.cpf.plugins/digest "5.0.2-RELEASE"]