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