GroupId | GroupIdstruts |
---|---|
ArtifactId | ArtifactIdstruts-legacy |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
struts-legacy-1.1.pom | |
struts-legacy-1.1.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/struts/struts-legacy/ -->
<dependency>
<groupId>struts</groupId>
<artifactId>struts-legacy</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/struts/struts-legacy/
implementation 'struts:struts-legacy:1.1'
// https://jarcasting.com/artifacts/struts/struts-legacy/
implementation ("struts:struts-legacy:1.1")
'struts:struts-legacy:jar:1.1'
<dependency org="struts" name="struts-legacy" rev="1.1">
<artifact name="struts-legacy" type="jar" />
</dependency>
@Grapes(
@Grab(group='struts', module='struts-legacy', version='1.1')
)
libraryDependencies += "struts" % "struts-legacy" % "1.1"
[struts/struts-legacy "1.1"]