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