| GroupId | GroupIdcocoon |
|---|---|
| ArtifactId | ArtifactIdcocoon-stx |
| Version | Version2.1.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cocoon-stx-2.1.9.pom | |
| cocoon-stx-2.1.9.jar | 520 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/cocoon/cocoon-stx/ -->
<dependency>
<groupId>cocoon</groupId>
<artifactId>cocoon-stx</artifactId>
<version>2.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/cocoon/cocoon-stx/
implementation 'cocoon:cocoon-stx:2.1.9'
// https://jarcasting.com/artifacts/cocoon/cocoon-stx/
implementation ("cocoon:cocoon-stx:2.1.9")
'cocoon:cocoon-stx:jar:2.1.9'
<dependency org="cocoon" name="cocoon-stx" rev="2.1.9">
<artifact name="cocoon-stx" type="jar" />
</dependency>
@Grapes(
@Grab(group='cocoon', module='cocoon-stx', version='2.1.9')
)
libraryDependencies += "cocoon" % "cocoon-stx" % "2.1.9"
[cocoon/cocoon-stx "2.1.9"]