spawn
A Java library for managing child processes.
License |
License |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdspawn |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspawn
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spawn-0.2.pom | |
spawn-0.2.jar | 10 KB |
spawn-0.2-sources.jar | 4 KB |
spawn-0.2-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/spawn/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>spawn</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/spawn/
implementation 'com.spotify:spawn:0.2'
// https://jarcasting.com/artifacts/com.spotify/spawn/
implementation ("com.spotify:spawn:0.2")
'com.spotify:spawn:jar:0.2'
<dependency org="com.spotify" name="spawn" rev="0.2">
<artifact name="spawn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='spawn', version='0.2')
)
libraryDependencies += "com.spotify" % "spawn" % "0.2"
[com.spotify/spawn "0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jnr : jnr-posix | jar | 3.0.23 |
org.slf4j : slf4j-api | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.mockito : mockito-core | jar | 1.10.19 |
A Java library for managing child processes.