GroupId | GroupIdcom.hotels.styx |
---|---|
ArtifactId | ArtifactIdstyx-components |
Version | Versionv0.0.5 |
Type | Typepom |
Filename | Size |
---|---|
styx-components-v0.0.5.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hotels.styx/styx-components/ -->
<dependency>
<groupId>com.hotels.styx</groupId>
<artifactId>styx-components</artifactId>
<version>v0.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.styx/styx-components/
implementation 'com.hotels.styx:styx-components:v0.0.5'
// https://jarcasting.com/artifacts/com.hotels.styx/styx-components/
implementation ("com.hotels.styx:styx-components:v0.0.5")
'com.hotels.styx:styx-components:pom:v0.0.5'
<dependency org="com.hotels.styx" name="styx-components" rev="v0.0.5">
<artifact name="styx-components" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hotels.styx', module='styx-components', version='v0.0.5')
)
libraryDependencies += "com.hotels.styx" % "styx-components" % "v0.0.5"
[com.hotels.styx/styx-components "v0.0.5"]