is not current version
Last Version 3.0.0-alpha-3

org.apache.cocoon.rest:cocoon-rest 3.0.0-alpha-1

RESTful web services with Cocoon 3.

GroupId

GroupId

org.apache.cocoon.rest
ArtifactId

ArtifactId

cocoon-rest
Version

Version

3.0.0-alpha-1
Type

Type

jar

Download cocoon-rest 3.0.0-alpha-1


<!-- https://jarcasting.com/artifacts/org.apache.cocoon.rest/cocoon-rest/ -->
<dependency>
    <groupId>org.apache.cocoon.rest</groupId>
    <artifactId>cocoon-rest</artifactId>
    <version>3.0.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cocoon.rest/cocoon-rest/
implementation 'org.apache.cocoon.rest:cocoon-rest:3.0.0-alpha-1'
// https://jarcasting.com/artifacts/org.apache.cocoon.rest/cocoon-rest/
implementation ("org.apache.cocoon.rest:cocoon-rest:3.0.0-alpha-1")
'org.apache.cocoon.rest:cocoon-rest:jar:3.0.0-alpha-1'
<dependency org="org.apache.cocoon.rest" name="cocoon-rest" rev="3.0.0-alpha-1">
  <artifact name="cocoon-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cocoon.rest', module='cocoon-rest', version='3.0.0-alpha-1')
)
libraryDependencies += "org.apache.cocoon.rest" % "cocoon-rest" % "3.0.0-alpha-1"
[org.apache.cocoon.rest/cocoon-rest "3.0.0-alpha-1"]