GroupId | GroupIdorg.apache.struts.xwork |
---|---|
ArtifactId | ArtifactIdxwork-core |
Version | Version2.3.14.3 |
Type | Typejar |
Filename | Size |
---|---|
xwork-core-2.3.14.3.pom | |
xwork-core-2.3.14.3.jar | 621 KB |
xwork-core-2.3.14.3-sources.jar | 555 KB |
xwork-core-2.3.14.3-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.struts.xwork/xwork-core/ -->
<dependency>
<groupId>org.apache.struts.xwork</groupId>
<artifactId>xwork-core</artifactId>
<version>2.3.14.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts.xwork/xwork-core/
implementation 'org.apache.struts.xwork:xwork-core:2.3.14.3'
// https://jarcasting.com/artifacts/org.apache.struts.xwork/xwork-core/
implementation ("org.apache.struts.xwork:xwork-core:2.3.14.3")
'org.apache.struts.xwork:xwork-core:jar:2.3.14.3'
<dependency org="org.apache.struts.xwork" name="xwork-core" rev="2.3.14.3">
<artifact name="xwork-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts.xwork', module='xwork-core', version='2.3.14.3')
)
libraryDependencies += "org.apache.struts.xwork" % "xwork-core" % "2.3.14.3"
[org.apache.struts.xwork/xwork-core "2.3.14.3"]