License |
License |
---|---|
GroupId | GroupIdorg.sitemesh |
ArtifactId | ArtifactIdsitemesh-examples-hellowebapp |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionSiteMesh example: Hello world web-app
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
sitemesh-examples-hellowebapp-3.0.1.pom | |
sitemesh-examples-hellowebapp-3.0.1.war | 122 KB |
sitemesh-examples-hellowebapp-3.0.1-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.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.sitemesh/sitemesh-examples-hellowebapp/
implementation 'org.sitemesh:sitemesh-examples-hellowebapp:3.0.1'
// https://jarcasting.com/artifacts/org.sitemesh/sitemesh-examples-hellowebapp/
implementation ("org.sitemesh:sitemesh-examples-hellowebapp:3.0.1")
'org.sitemesh:sitemesh-examples-hellowebapp:war:3.0.1'
<dependency org="org.sitemesh" name="sitemesh-examples-hellowebapp" rev="3.0.1">
<artifact name="sitemesh-examples-hellowebapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.sitemesh', module='sitemesh-examples-hellowebapp', version='3.0.1')
)
libraryDependencies += "org.sitemesh" % "sitemesh-examples-hellowebapp" % "3.0.1"
[org.sitemesh/sitemesh-examples-hellowebapp "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.sitemesh : sitemesh | jar | 3.0.1 |