License |
License |
---|---|
GroupId | GroupIdcom.hotels.styx |
ArtifactId | ArtifactIdstyx-server |
Version | Version1.0.0-rc4 |
Type | Typejar |
Description |
DescriptionStyx - Components - Server
Programmable, asynchronous, event-based reverse proxy for JVM.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
styx-server-1.0.0-rc4.pom | |
styx-server-1.0.0-rc4.jar | 151 KB |
styx-server-1.0.0-rc4-sources.jar | 83 KB |
styx-server-1.0.0-rc4-javadoc.jar | 464 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hotels.styx/styx-server/ -->
<dependency>
<groupId>com.hotels.styx</groupId>
<artifactId>styx-server</artifactId>
<version>1.0.0-rc4</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.styx/styx-server/
implementation 'com.hotels.styx:styx-server:1.0.0-rc4'
// https://jarcasting.com/artifacts/com.hotels.styx/styx-server/
implementation ("com.hotels.styx:styx-server:1.0.0-rc4")
'com.hotels.styx:styx-server:jar:1.0.0-rc4'
<dependency org="com.hotels.styx" name="styx-server" rev="1.0.0-rc4">
<artifact name="styx-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels.styx', module='styx-server', version='1.0.0-rc4')
)
libraryDependencies += "com.hotels.styx" % "styx-server" % "1.0.0-rc4"
[com.hotels.styx/styx-server "1.0.0-rc4"]
Group / Artifact | Type | Version |
---|---|---|
com.hotels.styx : styx-api | jar | 1.0.0-rc4 |
com.hotels.styx : styx-client | jar | 1.0.0-rc4 |
com.hotels.styx : styx-common | jar | 1.0.0-rc4 |
io.netty : netty-tcnative-boringssl-static | jar | 2.0.26.Final |
org.antlr : antlr4-runtime | jar | 4.5.1-1 |
io.dropwizard.metrics : metrics-graphite | jar | 4.0.5 |
io.dropwizard.metrics : metrics-healthchecks | jar | 4.0.5 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.10.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.1 |
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.mockito : mockito-core | jar | 3.1.0 |
io.projectreactor : reactor-test | jar | 3.3.0.RELEASE |