Gradle-Execfork-Plugin

A gradle plugin to execute applications in the background

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.psxpaul
ArtifactId

ArtifactId

gradle-execfork-plugin
Last Version

Last Version

0.1.4
Release Date

Release Date

Type

Type

jar
Description

Description

Gradle-Execfork-Plugin
A gradle plugin to execute applications in the background
Project URL

Project URL

https://github.com/psxpaul/gradle-execfork-plugin
Source Code Management

Source Code Management

https://github.com/psxpaul/gradle-execfork-plugin

Download gradle-execfork-plugin

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.0.5

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0