| GroupId | GroupIdcom.oracle.coherence.ce |
|---|---|
| ArtifactId | ArtifactIdcoherence-login |
| Version | Version20.12.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| coherence-login-20.12.1.pom | |
| coherence-login-20.12.1.jar | 53 KB |
| coherence-login-20.12.1-sources.jar | 4 KB |
| coherence-login-20.12.1-javadoc.jar | 390 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-login/ -->
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-login</artifactId>
<version>20.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-login/
implementation 'com.oracle.coherence.ce:coherence-login:20.12.1'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-login/
implementation ("com.oracle.coherence.ce:coherence-login:20.12.1")
'com.oracle.coherence.ce:coherence-login:jar:20.12.1'
<dependency org="com.oracle.coherence.ce" name="coherence-login" rev="20.12.1">
<artifact name="coherence-login" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-login', version='20.12.1')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-login" % "20.12.1"
[com.oracle.coherence.ce/coherence-login "20.12.1"]