<dependency> <groupId>com.seovic.coherence</groupId> <artifactId>di-guice</artifactId> <version>0.6</version> </dependency>
implementation 'com.seovic.coherence:di-guice:0.6'
implementation("com.seovic.coherence:di-guice:0.6")
libraryDependencies += "com.seovic.coherence" % "di-guice" % "0.6"
@Grapes( @Grab(group='com.seovic.coherence', module='di-guice', version='0.6') )
<dependency org="com.seovic.coherence" name="di-guice" rev="0.6" />
[com.seovic.coherence/di-guice "0.6"]
'com.seovic.coherence:di-guice:jar:0.6'
<parent> <groupId>com.seovic.coherence</groupId> <artifactId>di</artifactId> <version>0.6</version> </parent>
compile
|-- com.google.inject:guice
|-- com.oracle.coherence:coherence
|-- com.seovic.coherence:pof