| Группа | Группаorg.codehaus.plexus.redback |
|---|---|
| Идентификатор | Идентификаторredback-xwork-integration |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| redback-xwork-integration-1.0.pom | |
| redback-xwork-integration-1.0.jar | 161 KB |
| redback-xwork-integration-1.0-sources.jar | 149 KB |
| redback-xwork-integration-1.0-javadoc.jar | 581 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.codehaus.plexus.redback/redback-xwork-integration/ -->
<dependency>
<groupId>org.codehaus.plexus.redback</groupId>
<artifactId>redback-xwork-integration</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.plexus.redback/redback-xwork-integration/
implementation 'org.codehaus.plexus.redback:redback-xwork-integration:1.0'
// https://jarcasting.com/artifacts/org.codehaus.plexus.redback/redback-xwork-integration/
implementation ("org.codehaus.plexus.redback:redback-xwork-integration:1.0")
'org.codehaus.plexus.redback:redback-xwork-integration:jar:1.0'
<dependency org="org.codehaus.plexus.redback" name="redback-xwork-integration" rev="1.0">
<artifact name="redback-xwork-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.plexus.redback', module='redback-xwork-integration', version='1.0')
)
libraryDependencies += "org.codehaus.plexus.redback" % "redback-xwork-integration" % "1.0"
[org.codehaus.plexus.redback/redback-xwork-integration "1.0"]