GroupId | GroupIdcom.github.hekonsek |
---|---|
ArtifactId | ArtifactIdvertx-pipes |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
vertx-pipes-0.3.pom | |
vertx-pipes-0.3.jar | 13 KB |
vertx-pipes-0.3-sources.jar | 6 KB |
vertx-pipes-0.3-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hekonsek/vertx-pipes/ -->
<dependency>
<groupId>com.github.hekonsek</groupId>
<artifactId>vertx-pipes</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hekonsek/vertx-pipes/
implementation 'com.github.hekonsek:vertx-pipes:0.3'
// https://jarcasting.com/artifacts/com.github.hekonsek/vertx-pipes/
implementation ("com.github.hekonsek:vertx-pipes:0.3")
'com.github.hekonsek:vertx-pipes:jar:0.3'
<dependency org="com.github.hekonsek" name="vertx-pipes" rev="0.3">
<artifact name="vertx-pipes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hekonsek', module='vertx-pipes', version='0.3')
)
libraryDependencies += "com.github.hekonsek" % "vertx-pipes" % "0.3"
[com.github.hekonsek/vertx-pipes "0.3"]