GroupId | GroupIdorg.apache.cocoon |
---|---|
ArtifactId | ArtifactIdcocoon-xml-api |
Version | Version1.0.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
cocoon-xml-api-1.0.0-RC1.pom | |
cocoon-xml-api-1.0.0-RC1.jar | 7 KB |
cocoon-xml-api-1.0.0-RC1-sources.jar | 6 KB |
cocoon-xml-api-1.0.0-RC1-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-xml-api/ -->
<dependency>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-xml-api</artifactId>
<version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-xml-api/
implementation 'org.apache.cocoon:cocoon-xml-api:1.0.0-RC1'
// https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-xml-api/
implementation ("org.apache.cocoon:cocoon-xml-api:1.0.0-RC1")
'org.apache.cocoon:cocoon-xml-api:jar:1.0.0-RC1'
<dependency org="org.apache.cocoon" name="cocoon-xml-api" rev="1.0.0-RC1">
<artifact name="cocoon-xml-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cocoon', module='cocoon-xml-api', version='1.0.0-RC1')
)
libraryDependencies += "org.apache.cocoon" % "cocoon-xml-api" % "1.0.0-RC1"
[org.apache.cocoon/cocoon-xml-api "1.0.0-RC1"]