c

core

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