Files download
File Operation
main-22.06.8.pom download
Apache Maven
<dependency>
  <groupId>com.oracle.coherence.ce</groupId>
  <artifactId>main</artifactId>
  <version>22.06.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.oracle.coherence.ce:main:22.06.8'
Gradle Kotlin
implementation("com.oracle.coherence.ce:main:22.06.8")
Scala SBT
libraryDependencies += "com.oracle.coherence.ce" % "main" % "22.06.8"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.coherence.ce', module='main', version='22.06.8')
)
Apache Ivy
<dependency org="com.oracle.coherence.ce" name="main" rev="22.06.8" />
Leiningen
[com.oracle.coherence.ce/main "22.06.8"]
Apache Buildr
'com.oracle.coherence.ce:main:jar:22.06.8'
Dependencies
The project has no third-party dependencies