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