p

pof-maven-plugin

Files download
File Operation
pof-maven-plugin-0.6.jar download
pof-maven-plugin-0.6.pom download
pof-maven-plugin-0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.seovic.coherence</groupId>
  <artifactId>pof-maven-plugin</artifactId>
  <version>0.6</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.seovic.coherence:pof-maven-plugin:0.6'
Gradle Kotlin
implementation("com.seovic.coherence:pof-maven-plugin:0.6")
Scala SBT
libraryDependencies += "com.seovic.coherence" % "pof-maven-plugin" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.seovic.coherence', module='pof-maven-plugin', version='0.6')
)
Apache Ivy
<dependency org="com.seovic.coherence" name="pof-maven-plugin" rev="0.6" />
Leiningen
[com.seovic.coherence/pof-maven-plugin "0.6"]
Apache Buildr
'com.seovic.coherence:pof-maven-plugin:jar:0.6'