| License |
License |
|---|---|
| GroupId | GroupIdorg.codehaus.plexus |
| ArtifactId | ArtifactIdplexus-cipher |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPlexus Cipher: encryption/decryption Component
The Plexus project provides a full software stack for creating and executing software projects.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| plexus-cipher-2.0.pom | |
| plexus-cipher-2.0.jar | 13 KB |
| plexus-cipher-2.0-sources.jar | 14 KB |
| plexus-cipher-2.0-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-cipher/ -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-cipher</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-cipher/
implementation 'org.codehaus.plexus:plexus-cipher:2.0'
// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-cipher/
implementation ("org.codehaus.plexus:plexus-cipher:2.0")
'org.codehaus.plexus:plexus-cipher:jar:2.0'
<dependency org="org.codehaus.plexus" name="plexus-cipher" rev="2.0">
<artifact name="plexus-cipher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.plexus', module='plexus-cipher', version='2.0')
)
libraryDependencies += "org.codehaus.plexus" % "plexus-cipher" % "2.0"
[org.codehaus.plexus/plexus-cipher "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.inject : javax.inject | jar | 1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.sisu : org.eclipse.sisu.inject | jar | 0.3.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |