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