c

coherence-tools

Various extensions and utilities for Oracle Coherence in-memory data grid
http://aseovic.github.com/coherence-tools/
文件下载
文件名 操作
coherence-tools-0.6.pom 下载
Apache Maven
<dependency>
  <groupId>com.seovic.coherence</groupId>
  <artifactId>coherence-tools</artifactId>
  <version>0.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.seovic.coherence:coherence-tools:0.6'
Gradle Kotlin
implementation("com.seovic.coherence:coherence-tools:0.6")
Scala SBT
libraryDependencies += "com.seovic.coherence" % "coherence-tools" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.seovic.coherence', module='coherence-tools', version='0.6')
)
Apache Ivy
<dependency org="com.seovic.coherence" name="coherence-tools" rev="0.6" />
Leiningen
[com.seovic.coherence/coherence-tools "0.6"]
Apache Buildr
'com.seovic.coherence:coherence-tools:jar:0.6'