| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.codehaus.plexus |
| Идентификатор | Идентификаторplexus-cipher |
| Последняя версия | Последняя версия2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеPlexus Cipher: encryption/decryption Component
The Plexus project provides a full software stack for creating and executing software projects.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.inject : javax.inject | jar | 1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.sisu : org.eclipse.sisu.inject | jar | 0.3.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |