GroupId | GroupIdcom.hotels.styx |
---|---|
ArtifactId | ArtifactIdstyx-origins-starter-app |
Version | Version0.7.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hotels.styx/styx-origins-starter-app/ -->
<dependency>
<groupId>com.hotels.styx</groupId>
<artifactId>styx-origins-starter-app</artifactId>
<version>0.7.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.styx/styx-origins-starter-app/
implementation 'com.hotels.styx:styx-origins-starter-app:0.7.10'
// https://jarcasting.com/artifacts/com.hotels.styx/styx-origins-starter-app/
implementation ("com.hotels.styx:styx-origins-starter-app:0.7.10")
'com.hotels.styx:styx-origins-starter-app:jar:0.7.10'
<dependency org="com.hotels.styx" name="styx-origins-starter-app" rev="0.7.10">
<artifact name="styx-origins-starter-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels.styx', module='styx-origins-starter-app', version='0.7.10')
)
libraryDependencies += "com.hotels.styx" % "styx-origins-starter-app" % "0.7.10"
[com.hotels.styx/styx-origins-starter-app "0.7.10"]