Last Version

Child Process extension for Vert.x 1.3.0

Spawn child processes from Vert.x

License

License

GroupId

GroupId

com.julienviet
ArtifactId

ArtifactId

childprocess-vertx-ext
Version

Version

1.3.0
Type

Type

jar
Description

Description

Child Process extension for Vert.x
Spawn child processes from Vert.x
Project URL

Project URL

https://github.com/vietj/vertx-childprocess
Project Organization

Project Organization

Eclipse

Download childprocess-vertx-ext 1.3.0


<!-- https://jarcasting.com/artifacts/com.julienviet/childprocess-vertx-ext/ -->
<dependency>
    <groupId>com.julienviet</groupId>
    <artifactId>childprocess-vertx-ext</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.julienviet/childprocess-vertx-ext/
implementation 'com.julienviet:childprocess-vertx-ext:1.3.0'
// https://jarcasting.com/artifacts/com.julienviet/childprocess-vertx-ext/
implementation ("com.julienviet:childprocess-vertx-ext:1.3.0")
'com.julienviet:childprocess-vertx-ext:jar:1.3.0'
<dependency org="com.julienviet" name="childprocess-vertx-ext" rev="1.3.0">
  <artifact name="childprocess-vertx-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.julienviet', module='childprocess-vertx-ext', version='1.3.0')
)
libraryDependencies += "com.julienviet" % "childprocess-vertx-ext" % "1.3.0"
[com.julienviet/childprocess-vertx-ext "1.3.0"]

Dependencies

compile (11)

Group / Artifact Type Version
com.zaxxer : nuprocess jar 1.2.4
io.vertx : vertx-core jar
io.vertx : vertx-lang-groovy Optional jar
io.vertx : vertx-lang-js Optional jar
io.vertx : vertx-lang-ruby Optional jar
io.vertx : vertx-rx-java Optional jar
io.vertx : vertx-rx-java-gen Optional jar 3.6.2
io.vertx : vertx-rx-java2 Optional jar
io.vertx : vertx-rx-java2-gen Optional jar 3.6.2
io.vertx : vertx-lang-kotlin Optional jar
io.vertx : vertx-lang-kotlin-gen Optional jar 3.6.2

provided (3)

Group / Artifact Type Version
io.vertx : vertx-codegen jar
io.vertx : vertx-docgen jar
io.vertx : vertx-codetrans jar

test (3)

Group / Artifact Type Version
io.vertx : vertx-core test-jar
io.vertx : vertx-unit jar
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.