License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.hotels.styx |
ArtifactId | ArtifactIdstyx-client |
Version | Version1.0.0-rc4 |
Type | Typejar |
Description |
DescriptionStyx - Components - Client
Programmable, asynchronous, event-based reverse proxy for JVM.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
styx-client-1.0.0-rc4.pom | |
styx-client-1.0.0-rc4.jar | 159 KB |
styx-client-1.0.0-rc4-sources.jar | 90 KB |
styx-client-1.0.0-rc4-javadoc.jar | 506 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hotels.styx/styx-client/ -->
<dependency>
<groupId>com.hotels.styx</groupId>
<artifactId>styx-client</artifactId>
<version>1.0.0-rc4</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.styx/styx-client/
implementation 'com.hotels.styx:styx-client:1.0.0-rc4'
// https://jarcasting.com/artifacts/com.hotels.styx/styx-client/
implementation ("com.hotels.styx:styx-client:1.0.0-rc4")
'com.hotels.styx:styx-client:jar:1.0.0-rc4'
<dependency org="com.hotels.styx" name="styx-client" rev="1.0.0-rc4">
<artifact name="styx-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels.styx', module='styx-client', version='1.0.0-rc4')
)
libraryDependencies += "com.hotels.styx" % "styx-client" % "1.0.0-rc4"
[com.hotels.styx/styx-client "1.0.0-rc4"]
Group / Artifact | Type | Version |
---|---|---|
com.hotels.styx : styx-common | jar | 1.0.0-rc4 |
io.netty : netty-transport-native-epoll | jar | 4.1.42.Final |
com.hotels.styx : styx-api | jar | 1.0.0-rc4 |
io.dropwizard.metrics : metrics-json | jar | 4.0.5 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.10.2 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 3.0.1u2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.5.2 |
com.hotels.styx : styx-testsupport | jar | 1.0.0-rc4 |
com.hotels.styx : styx-api-testsupport | jar | 1.0.0-rc4 |
org.hamcrest : hamcrest | jar | 2.2 |
org.scalatest : scalatest_2.12 | jar | 3.0.5 |
org.mockito : mockito-core | jar | 3.1.0 |
io.projectreactor : reactor-test | jar | 3.3.0.RELEASE |