GroupId | GroupIdcom.hotels.styx |
---|---|
ArtifactId | ArtifactIdstyx-ft-suite |
Version | Version1.0.0-rc3 |
Type | Typejar |
Filename | Size |
---|---|
styx-ft-suite-1.0.0-rc3.pom | |
styx-ft-suite-1.0.0-rc3.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hotels.styx/styx-ft-suite/ -->
<dependency>
<groupId>com.hotels.styx</groupId>
<artifactId>styx-ft-suite</artifactId>
<version>1.0.0-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.styx/styx-ft-suite/
implementation 'com.hotels.styx:styx-ft-suite:1.0.0-rc3'
// https://jarcasting.com/artifacts/com.hotels.styx/styx-ft-suite/
implementation ("com.hotels.styx:styx-ft-suite:1.0.0-rc3")
'com.hotels.styx:styx-ft-suite:jar:1.0.0-rc3'
<dependency org="com.hotels.styx" name="styx-ft-suite" rev="1.0.0-rc3">
<artifact name="styx-ft-suite" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels.styx', module='styx-ft-suite', version='1.0.0-rc3')
)
libraryDependencies += "com.hotels.styx" % "styx-ft-suite" % "1.0.0-rc3"
[com.hotels.styx/styx-ft-suite "1.0.0-rc3"]