License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Java Languages |
GroupId | GroupIdcom.github.unbound-tech |
ArtifactId | ArtifactIdunbound-java-provider |
Version | Version42761 |
Type | Typejar |
Description |
DescriptionUnbound java provider
This is a collection of JAVA libraries that implement Unbound cryptographic classes for JAVA provider, PKCS11 wrapper, cryptoki, and advapi
|
Filename | Size |
---|---|
unbound-java-provider-42761.pom | |
unbound-java-provider-42761.jar | 212 KB |
unbound-java-provider-42761-sources.jar | 111 KB |
unbound-java-provider-42761-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.unbound-tech/unbound-java-provider/ -->
<dependency>
<groupId>com.github.unbound-tech</groupId>
<artifactId>unbound-java-provider</artifactId>
<version>42761</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.unbound-tech/unbound-java-provider/
implementation 'com.github.unbound-tech:unbound-java-provider:42761'
// https://jarcasting.com/artifacts/com.github.unbound-tech/unbound-java-provider/
implementation ("com.github.unbound-tech:unbound-java-provider:42761")
'com.github.unbound-tech:unbound-java-provider:jar:42761'
<dependency org="com.github.unbound-tech" name="unbound-java-provider" rev="42761">
<artifact name="unbound-java-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.unbound-tech', module='unbound-java-provider', version='42761')
)
libraryDependencies += "com.github.unbound-tech" % "unbound-java-provider" % "42761"
[com.github.unbound-tech/unbound-java-provider "42761"]