GroupId | GroupIdorg.sitemesh |
---|---|
ArtifactId | ArtifactIdsitemesh |
Version | Version3.0-alpha-2 |
Type | Typejar |
Filename | Size |
---|---|
sitemesh-3.0-alpha-2.pom | |
sitemesh-3.0-alpha-2.jar | 135 KB |
sitemesh-3.0-alpha-2-sources.jar | 97 KB |
sitemesh-3.0-alpha-2-javadoc.jar | 595 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sitemesh/sitemesh/ -->
<dependency>
<groupId>org.sitemesh</groupId>
<artifactId>sitemesh</artifactId>
<version>3.0-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sitemesh/sitemesh/
implementation 'org.sitemesh:sitemesh:3.0-alpha-2'
// https://jarcasting.com/artifacts/org.sitemesh/sitemesh/
implementation ("org.sitemesh:sitemesh:3.0-alpha-2")
'org.sitemesh:sitemesh:jar:3.0-alpha-2'
<dependency org="org.sitemesh" name="sitemesh" rev="3.0-alpha-2">
<artifact name="sitemesh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sitemesh', module='sitemesh', version='3.0-alpha-2')
)
libraryDependencies += "org.sitemesh" % "sitemesh" % "3.0-alpha-2"
[org.sitemesh/sitemesh "3.0-alpha-2"]