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