is not current version
Last Version 1.0.0-rc4

com.hotels.styx:styx-test-plugin v0.0.5

An example Styx interceptor plugin implementation.

GroupId

GroupId

com.hotels.styx
ArtifactId

ArtifactId

styx-test-plugin
Version

Version

v0.0.5
Type

Type

jar

Download styx-test-plugin v0.0.5


<!-- https://jarcasting.com/artifacts/com.hotels.styx/styx-test-plugin/ -->
<dependency>
    <groupId>com.hotels.styx</groupId>
    <artifactId>styx-test-plugin</artifactId>
    <version>v0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.styx/styx-test-plugin/
implementation 'com.hotels.styx:styx-test-plugin:v0.0.5'
// https://jarcasting.com/artifacts/com.hotels.styx/styx-test-plugin/
implementation ("com.hotels.styx:styx-test-plugin:v0.0.5")
'com.hotels.styx:styx-test-plugin:jar:v0.0.5'
<dependency org="com.hotels.styx" name="styx-test-plugin" rev="v0.0.5">
  <artifact name="styx-test-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels.styx', module='styx-test-plugin', version='v0.0.5')
)
libraryDependencies += "com.hotels.styx" % "styx-test-plugin" % "v0.0.5"
[com.hotels.styx/styx-test-plugin "v0.0.5"]