Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net |
---|---|
GroupId | GroupIdorg.jvnet.hudson |
ArtifactId | ArtifactIdcrypto-util |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUtility around Java Crypto API
|
Filename | Size |
---|---|
crypto-util-1.0.pom | |
crypto-util-1.0.jar | 4 KB |
crypto-util-1.0-sources.jar | 3 KB |
crypto-util-1.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/crypto-util/ -->
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>crypto-util</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/crypto-util/
implementation 'org.jvnet.hudson:crypto-util:1.0'
// https://jarcasting.com/artifacts/org.jvnet.hudson/crypto-util/
implementation ("org.jvnet.hudson:crypto-util:1.0")
'org.jvnet.hudson:crypto-util:jar:1.0'
<dependency org="org.jvnet.hudson" name="crypto-util" rev="1.0">
<artifact name="crypto-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='crypto-util', version='1.0')
)
libraryDependencies += "org.jvnet.hudson" % "crypto-util" % "1.0"
[org.jvnet.hudson/crypto-util "1.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |