License |
License |
---|---|
GroupId | GroupIdcom.hotels.styx |
ArtifactId | ArtifactIdstyx-support |
Version | Version1.0.0-rc4 |
Type | Typepom |
Description |
DescriptionStyx - Support
Programmable, asynchronous, event-based reverse proxy for JVM.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
styx-support-1.0.0-rc4.pom | 1011 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.hotels.styx/styx-support/ -->
<dependency>
<groupId>com.hotels.styx</groupId>
<artifactId>styx-support</artifactId>
<version>1.0.0-rc4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.styx/styx-support/
implementation 'com.hotels.styx:styx-support:1.0.0-rc4'
// https://jarcasting.com/artifacts/com.hotels.styx/styx-support/
implementation ("com.hotels.styx:styx-support:1.0.0-rc4")
'com.hotels.styx:styx-support:pom:1.0.0-rc4'
<dependency org="com.hotels.styx" name="styx-support" rev="1.0.0-rc4">
<artifact name="styx-support" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hotels.styx', module='styx-support', version='1.0.0-rc4')
)
libraryDependencies += "com.hotels.styx" % "styx-support" % "1.0.0-rc4"
[com.hotels.styx/styx-support "1.0.0-rc4"]