Categories |
CategoriesPython Languages |
---|---|
GroupId | GroupIdcocoon |
ArtifactId | ArtifactIdcocoon-python |
Last Version | Last Version2.1.11 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
cocoon-python-2.1.11.pom | |
cocoon-python-2.1.11.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cocoon/cocoon-python/ -->
<dependency>
<groupId>cocoon</groupId>
<artifactId>cocoon-python</artifactId>
<version>2.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/cocoon/cocoon-python/
implementation 'cocoon:cocoon-python:2.1.11'
// https://jarcasting.com/artifacts/cocoon/cocoon-python/
implementation ("cocoon:cocoon-python:2.1.11")
'cocoon:cocoon-python:jar:2.1.11'
<dependency org="cocoon" name="cocoon-python" rev="2.1.11">
<artifact name="cocoon-python" type="jar" />
</dependency>
@Grapes(
@Grab(group='cocoon', module='cocoon-python', version='2.1.11')
)
libraryDependencies += "cocoon" % "cocoon-python" % "2.1.11"
[cocoon/cocoon-python "2.1.11"]