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