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