<dependency> <groupId>com.seovic.coherence</groupId> <artifactId>pof-serializer</artifactId> <version>0.6</version> <type>pom</type> </dependency>
implementation 'com.seovic.coherence:pof-serializer:0.6'
implementation("com.seovic.coherence:pof-serializer:0.6")
libraryDependencies += "com.seovic.coherence" % "pof-serializer" % "0.6"
@Grapes( @Grab(group='com.seovic.coherence', module='pof-serializer', version='0.6') )
<dependency org="com.seovic.coherence" name="pof-serializer" rev="0.6" />
[com.seovic.coherence/pof-serializer "0.6"]
'com.seovic.coherence:pof-serializer:jar:0.6'
<parent> <groupId>com.seovic.coherence</groupId> <artifactId>coherence-tools</artifactId> <version>0.6</version> </parent>