| GroupId | GroupIdcom.oracle.coherence.ce |
|---|---|
| ArtifactId | ArtifactIdcoherence-login |
| Version | Version14.1.1-0-2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-login/ -->
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-login</artifactId>
<version>14.1.1-0-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-login/
implementation 'com.oracle.coherence.ce:coherence-login:14.1.1-0-2'
// https://jarcasting.com/artifacts/com.oracle.coherence.ce/coherence-login/
implementation ("com.oracle.coherence.ce:coherence-login:14.1.1-0-2")
'com.oracle.coherence.ce:coherence-login:jar:14.1.1-0-2'
<dependency org="com.oracle.coherence.ce" name="coherence-login" rev="14.1.1-0-2">
<artifact name="coherence-login" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.ce', module='coherence-login', version='14.1.1-0-2')
)
libraryDependencies += "com.oracle.coherence.ce" % "coherence-login" % "14.1.1-0-2"
[com.oracle.coherence.ce/coherence-login "14.1.1-0-2"]