Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.jguard |
ArtifactId | ArtifactIdjguard-struts-example |
Version | Version1.0.4 |
Type | Typewar |
Filename | Size |
---|---|
jguard-struts-example-1.0.4.pom | |
jguard-struts-example-1.0.4.war | 12 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jguard/jguard-struts-example/ -->
<dependency>
<groupId>net.sf.jguard</groupId>
<artifactId>jguard-struts-example</artifactId>
<version>1.0.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jguard/jguard-struts-example/
implementation 'net.sf.jguard:jguard-struts-example:1.0.4'
// https://jarcasting.com/artifacts/net.sf.jguard/jguard-struts-example/
implementation ("net.sf.jguard:jguard-struts-example:1.0.4")
'net.sf.jguard:jguard-struts-example:war:1.0.4'
<dependency org="net.sf.jguard" name="jguard-struts-example" rev="1.0.4">
<artifact name="jguard-struts-example" type="war" />
</dependency>
@Grapes(
@Grab(group='net.sf.jguard', module='jguard-struts-example', version='1.0.4')
)
libraryDependencies += "net.sf.jguard" % "jguard-struts-example" % "1.0.4"
[net.sf.jguard/jguard-struts-example "1.0.4"]