GroupId | GroupIdorg.apache.cocoon.sax |
---|---|
ArtifactId | ArtifactIdcocoon-sax |
Version | Version3.0.0-alpha-2 |
Type | Typejar |
Filename | Size |
---|---|
cocoon-sax-3.0.0-alpha-2.pom | |
cocoon-sax-3.0.0-alpha-2.jar | 86 KB |
cocoon-sax-3.0.0-alpha-2-sources.jar | 68 KB |
cocoon-sax-3.0.0-alpha-2-javadoc.jar | 225 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cocoon.sax/cocoon-sax/ -->
<dependency>
<groupId>org.apache.cocoon.sax</groupId>
<artifactId>cocoon-sax</artifactId>
<version>3.0.0-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cocoon.sax/cocoon-sax/
implementation 'org.apache.cocoon.sax:cocoon-sax:3.0.0-alpha-2'
// https://jarcasting.com/artifacts/org.apache.cocoon.sax/cocoon-sax/
implementation ("org.apache.cocoon.sax:cocoon-sax:3.0.0-alpha-2")
'org.apache.cocoon.sax:cocoon-sax:jar:3.0.0-alpha-2'
<dependency org="org.apache.cocoon.sax" name="cocoon-sax" rev="3.0.0-alpha-2">
<artifact name="cocoon-sax" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cocoon.sax', module='cocoon-sax', version='3.0.0-alpha-2')
)
libraryDependencies += "org.apache.cocoon.sax" % "cocoon-sax" % "3.0.0-alpha-2"
[org.apache.cocoon.sax/cocoon-sax "3.0.0-alpha-2"]