is not current version
Last Version 0.6

com.seovic.coherence:core 0.5

Core Interfaces and Classes

GroupId

GroupId

com.seovic.coherence
ArtifactId

ArtifactId

core
Version

Version

0.5
Type

Type

jar

Download core 0.5


<!-- https://jarcasting.com/artifacts/com.seovic.coherence/core/ -->
<dependency>
    <groupId>com.seovic.coherence</groupId>
    <artifactId>core</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.seovic.coherence/core/
implementation 'com.seovic.coherence:core:0.5'
// https://jarcasting.com/artifacts/com.seovic.coherence/core/
implementation ("com.seovic.coherence:core:0.5")
'com.seovic.coherence:core:jar:0.5'
<dependency org="com.seovic.coherence" name="core" rev="0.5">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seovic.coherence', module='core', version='0.5')
)
libraryDependencies += "com.seovic.coherence" % "core" % "0.5"
[com.seovic.coherence/core "0.5"]