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