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