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