License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.github.psxpaul |
ArtifactId | ArtifactIdgradle-execfork-plugin |
Last Version | Last Version0.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGradle-Execfork-Plugin
A gradle plugin to execute applications in the background
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gradle-execfork-plugin-0.1.4.pom | |
gradle-execfork-plugin-0.1.4.jar | 23 KB |
gradle-execfork-plugin-0.1.4-sources.jar | 8 KB |
gradle-execfork-plugin-0.1.4-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |