| Группа | Группаorg.codehaus.plexus |
|---|---|
| Идентификатор | Идентификаторplexus-acegi-integration |
| Последняя версия | Последняя версия0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеPlexus Acegi Security Integration
Extensions and utilities to ease the use of Acegi in Plexus
|
| Организация-разработчик |
Организация-разработчикCodehaus |
<!-- https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-acegi-integration/ -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-acegi-integration</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-acegi-integration/
implementation 'org.codehaus.plexus:plexus-acegi-integration:0.1'
// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-acegi-integration/
implementation ("org.codehaus.plexus:plexus-acegi-integration:0.1")
'org.codehaus.plexus:plexus-acegi-integration:jar:0.1'
<dependency org="org.codehaus.plexus" name="plexus-acegi-integration" rev="0.1">
<artifact name="plexus-acegi-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.plexus', module='plexus-acegi-integration', version='0.1')
)
libraryDependencies += "org.codehaus.plexus" % "plexus-acegi-integration" % "0.1"
[org.codehaus.plexus/plexus-acegi-integration "0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.acegisecurity : acegi-security | jar | 1.0.2 |
| aspectj : aspectjrt | jar | 1.5.2 |
| org.codehaus.plexus : plexus-container-default | jar | 1.0-alpha-8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |