GroupId | GroupIdorg.apache.cocoon.sitemap |
---|---|
ArtifactId | ArtifactIdcocoon-sitemap |
Version | Version3.0.0-alpha-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.cocoon.sitemap/cocoon-sitemap/ -->
<dependency>
<groupId>org.apache.cocoon.sitemap</groupId>
<artifactId>cocoon-sitemap</artifactId>
<version>3.0.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cocoon.sitemap/cocoon-sitemap/
implementation 'org.apache.cocoon.sitemap:cocoon-sitemap:3.0.0-alpha-1'
// https://jarcasting.com/artifacts/org.apache.cocoon.sitemap/cocoon-sitemap/
implementation ("org.apache.cocoon.sitemap:cocoon-sitemap:3.0.0-alpha-1")
'org.apache.cocoon.sitemap:cocoon-sitemap:jar:3.0.0-alpha-1'
<dependency org="org.apache.cocoon.sitemap" name="cocoon-sitemap" rev="3.0.0-alpha-1">
<artifact name="cocoon-sitemap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cocoon.sitemap', module='cocoon-sitemap', version='3.0.0-alpha-1')
)
libraryDependencies += "org.apache.cocoon.sitemap" % "cocoon-sitemap" % "3.0.0-alpha-1"
[org.apache.cocoon.sitemap/cocoon-sitemap "3.0.0-alpha-1"]