License |
License |
---|---|
GroupId | GroupIdorg.apache.struts |
ArtifactId | ArtifactIdstruts2-cdi-plugin |
Version | Version6.0.0 |
Type | Typejar |
Description |
DescriptionStruts 2 CDI Plugin
Apache Struts 2
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
struts2-cdi-plugin-6.0.0.pom | |
struts2-cdi-plugin-6.0.0.jar | 15 KB |
struts2-cdi-plugin-6.0.0-sources.jar | 14 KB |
struts2-cdi-plugin-6.0.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-cdi-plugin/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-cdi-plugin</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-cdi-plugin/
implementation 'org.apache.struts:struts2-cdi-plugin:6.0.0'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-cdi-plugin/
implementation ("org.apache.struts:struts2-cdi-plugin:6.0.0")
'org.apache.struts:struts2-cdi-plugin:jar:6.0.0'
<dependency org="org.apache.struts" name="struts2-cdi-plugin" rev="6.0.0">
<artifact name="struts2-cdi-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-cdi-plugin', version='6.0.0')
)
libraryDependencies += "org.apache.struts" % "struts2-cdi-plugin" % "6.0.0"
[org.apache.struts/struts2-cdi-plugin "6.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.struts : struts2-core | jar | 6.0.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.enterprise : cdi-api | jar | 1.2 |
org.jboss.weld : weld-core | jar | 2.2.16.SP1 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jboss.weld.se : weld-se | jar | 2.2.16.SP1 |
org.springframework : spring-test | jar | 5.3.20 |
org.apache.logging.log4j : log4j-core | jar | 2.17.2 |
commons-logging : commons-logging | jar | 1.2 |
junit : junit | jar | 4.13.1 |