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