GroupId | GroupIdcom.github.jpaoletti |
---|---|
ArtifactId | ArtifactIdjpm-struts1 |
Version | Version1.3.0 |
Type | Typewar |
Filename | Size |
---|---|
jpm-struts1-1.3.0.pom | |
jpm-struts1-1.3.0.war | 476 KB |
jpm-struts1-1.3.0-sources.jar | 8 KB |
jpm-struts1-1.3.0-javadoc.jar | 338 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jpaoletti/jpm-struts1/ -->
<dependency>
<groupId>com.github.jpaoletti</groupId>
<artifactId>jpm-struts1</artifactId>
<version>1.3.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jpaoletti/jpm-struts1/
implementation 'com.github.jpaoletti:jpm-struts1:1.3.0'
// https://jarcasting.com/artifacts/com.github.jpaoletti/jpm-struts1/
implementation ("com.github.jpaoletti:jpm-struts1:1.3.0")
'com.github.jpaoletti:jpm-struts1:war:1.3.0'
<dependency org="com.github.jpaoletti" name="jpm-struts1" rev="1.3.0">
<artifact name="jpm-struts1" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.jpaoletti', module='jpm-struts1', version='1.3.0')
)
libraryDependencies += "com.github.jpaoletti" % "jpm-struts1" % "1.3.0"
[com.github.jpaoletti/jpm-struts1 "1.3.0"]