License |
License |
---|---|
GroupId | GroupIdorg.mule.modules |
ArtifactId | ArtifactIdmule-module-pgp |
Version | Version3.9.0 |
Type | Typejar |
Description |
DescriptionPGP Security
A Mule implementation of PGP security using cryptix libraries.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
mule-module-pgp-3.9.0.pom | |
mule-module-pgp-3.9.0.jar | 32 KB |
mule-module-pgp-3.9.0-tests.jar | 51 KB |
mule-module-pgp-3.9.0-sources.jar | 23 KB |
mule-module-pgp-3.9.0-javadoc.jar | 165 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-pgp/ -->
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-pgp</artifactId>
<version>3.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-pgp/
implementation 'org.mule.modules:mule-module-pgp:3.9.0'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-pgp/
implementation ("org.mule.modules:mule-module-pgp:3.9.0")
'org.mule.modules:mule-module-pgp:jar:3.9.0'
<dependency org="org.mule.modules" name="mule-module-pgp" rev="3.9.0">
<artifact name="mule-module-pgp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-pgp', version='3.9.0')
)
libraryDependencies += "org.mule.modules" % "mule-module-pgp" % "3.9.0"
[org.mule.modules/mule-module-pgp "3.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.mule : mule-core | jar | 3.9.0 |
org.mule.modules : mule-module-spring-config | jar | 3.9.0 |
org.springframework : spring-context | jar | 4.1.9.RELEASE |
org.bouncycastle : bcpg-jdk15on | jar | 1.56 |
org.bouncycastle : bcprov-ext-jdk15on | jar | 1.56 |
org.bouncycastle : bcprov-jdk15on | jar | 1.56 |
org.bouncycastle : bcpkix-jdk15on | jar | 1.56 |
Group / Artifact | Type | Version |
---|---|---|
org.mule.tests : mule-tests-functional | jar | 3.9.0 |
org.mule.transports : mule-transport-vm | jar | 3.9.0 |
org.mule.transports : mule-transport-tcp | jar | 3.9.0 |
org.mule.transports : mule-transport-file | jar | 3.9.0 |
com.googlecode.multithreadedtc : multithreadedtc | jar | 1.01 |