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