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