<dependency> <groupId>com.seovic.coherence</groupId> <artifactId>identity</artifactId> <version>0.6</version> </dependency>
implementation 'com.seovic.coherence:identity:0.6'
implementation("com.seovic.coherence:identity:0.6")
libraryDependencies += "com.seovic.coherence" % "identity" % "0.6"
@Grapes( @Grab(group='com.seovic.coherence', module='identity', version='0.6') )
<dependency org="com.seovic.coherence" name="identity" rev="0.6" />
[com.seovic.coherence/identity "0.6"]
'com.seovic.coherence:identity:jar:0.6'
<parent> <groupId>com.seovic.coherence</groupId> <artifactId>coherence-tools</artifactId> <version>0.6</version> </parent>
compile
|-- com.seovic.coherence:core
|-- com.oracle.coherence:coherence
|-- org.eclipse.persistence:javax.persistence