License |
License |
---|---|
GroupId | GroupIdcom.github.chrisdchristo |
ArtifactId | ArtifactIdpipe |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPipe
Piping your Undertow API
|
Filename | Size |
---|---|
pipe-1.0.0.pom | |
pipe-1.0.0.jar | 23 KB |
pipe-1.0.0-sources.jar | 8 KB |
pipe-1.0.0-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisdchristo/pipe/ -->
<dependency>
<groupId>com.github.chrisdchristo</groupId>
<artifactId>pipe</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisdchristo/pipe/
implementation 'com.github.chrisdchristo:pipe:1.0.0'
// https://jarcasting.com/artifacts/com.github.chrisdchristo/pipe/
implementation ("com.github.chrisdchristo:pipe:1.0.0")
'com.github.chrisdchristo:pipe:jar:1.0.0'
<dependency org="com.github.chrisdchristo" name="pipe" rev="1.0.0">
<artifact name="pipe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisdchristo', module='pipe', version='1.0.0')
)
libraryDependencies += "com.github.chrisdchristo" % "pipe" % "1.0.0"
[com.github.chrisdchristo/pipe "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.undertow : undertow-core | jar | 2.0.0.Alpha1 |
com.google.code.gson : gson | jar | 2.8.0 |
io.rest-assured : rest-assured | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
io.rest-assured : json-schema-validator | jar | 3.0.2 |