is not current version
Last Version 0.1.4

com.github.psxpaul:gradle-execfork-plugin 0.1.3

A gradle plugin to execute applications in the background

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.psxpaul
ArtifactId

ArtifactId

gradle-execfork-plugin
Version

Version

0.1.3
Type

Type

jar

Download gradle-execfork-plugin 0.1.3


<!-- https://jarcasting.com/artifacts/com.github.psxpaul/gradle-execfork-plugin/ -->
<dependency>
    <groupId>com.github.psxpaul</groupId>
    <artifactId>gradle-execfork-plugin</artifactId>
    <version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.psxpaul/gradle-execfork-plugin/
implementation 'com.github.psxpaul:gradle-execfork-plugin:0.1.3'
// https://jarcasting.com/artifacts/com.github.psxpaul/gradle-execfork-plugin/
implementation ("com.github.psxpaul:gradle-execfork-plugin:0.1.3")
'com.github.psxpaul:gradle-execfork-plugin:jar:0.1.3'
<dependency org="com.github.psxpaul" name="gradle-execfork-plugin" rev="0.1.3">
  <artifact name="gradle-execfork-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.psxpaul', module='gradle-execfork-plugin', version='0.1.3')
)
libraryDependencies += "com.github.psxpaul" % "gradle-execfork-plugin" % "0.1.3"
[com.github.psxpaul/gradle-execfork-plugin "0.1.3"]