Files download
File Operation
com.oracle.coherence.ce.gradle.plugin-24.03.jar download
com.oracle.coherence.ce.gradle.plugin-24.03.pom download
com.oracle.coherence.ce.gradle.plugin-24.03-sources.jar download
Apache Maven
<dependency>
  <groupId>com.oracle.coherence.ce</groupId>
  <artifactId>com.oracle.coherence.ce.gradle.plugin</artifactId>
  <version>24.03</version>
</dependency>
Gradle Groovy
implementation 'com.oracle.coherence.ce:com.oracle.coherence.ce.gradle.plugin:24.03'
Gradle Kotlin
implementation("com.oracle.coherence.ce:com.oracle.coherence.ce.gradle.plugin:24.03")
Scala SBT
libraryDependencies += "com.oracle.coherence.ce" % "com.oracle.coherence.ce.gradle.plugin" % "24.03"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.coherence.ce', module='com.oracle.coherence.ce.gradle.plugin', version='24.03')
)
Apache Ivy
<dependency org="com.oracle.coherence.ce" name="com.oracle.coherence.ce.gradle.plugin" rev="24.03" />
Leiningen
[com.oracle.coherence.ce/com.oracle.coherence.ce.gradle.plugin "24.03"]
Apache Buildr
'com.oracle.coherence.ce:com.oracle.coherence.ce.gradle.plugin:jar:24.03'