GroupId | GroupIdorg.sitemesh |
---|---|
ArtifactId | ArtifactIdsitemesh-examples-hellowebapp |
Version | Version3.0.0 |
Type | Typewar |
Filename | Size |
---|---|
sitemesh-examples-hellowebapp-3.0.0.pom | |
sitemesh-examples-hellowebapp-3.0.0.war | 131 KB |
sitemesh-examples-hellowebapp-3.0.0-javadoc.jar | 337 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.sitemesh/sitemesh-examples-hellowebapp/ -->
<dependency>
<groupId>org.sitemesh</groupId>
<artifactId>sitemesh-examples-hellowebapp</artifactId>
<version>3.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.sitemesh/sitemesh-examples-hellowebapp/
implementation 'org.sitemesh:sitemesh-examples-hellowebapp:3.0.0'
// https://jarcasting.com/artifacts/org.sitemesh/sitemesh-examples-hellowebapp/
implementation ("org.sitemesh:sitemesh-examples-hellowebapp:3.0.0")
'org.sitemesh:sitemesh-examples-hellowebapp:war:3.0.0'
<dependency org="org.sitemesh" name="sitemesh-examples-hellowebapp" rev="3.0.0">
<artifact name="sitemesh-examples-hellowebapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.sitemesh', module='sitemesh-examples-hellowebapp', version='3.0.0')
)
libraryDependencies += "org.sitemesh" % "sitemesh-examples-hellowebapp" % "3.0.0"
[org.sitemesh/sitemesh-examples-hellowebapp "3.0.0"]