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