| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.spotify |
| ArtifactId | ArtifactIdstyx-flyte-client |
| Version | Version2.1.78 |
| Type | Typejar |
| Filename | Size |
|---|---|
| styx-flyte-client-2.1.78.pom | |
| styx-flyte-client-2.1.78.jar | 2 MB |
| styx-flyte-client-2.1.78-sources.jar | 644 KB |
| styx-flyte-client-2.1.78-javadoc.jar | 5 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/styx-flyte-client/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-flyte-client</artifactId>
<version>2.1.78</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/styx-flyte-client/
implementation 'com.spotify:styx-flyte-client:2.1.78'
// https://jarcasting.com/artifacts/com.spotify/styx-flyte-client/
implementation ("com.spotify:styx-flyte-client:2.1.78")
'com.spotify:styx-flyte-client:jar:2.1.78'
<dependency org="com.spotify" name="styx-flyte-client" rev="2.1.78">
<artifact name="styx-flyte-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='styx-flyte-client', version='2.1.78')
)
libraryDependencies += "com.spotify" % "styx-flyte-client" % "2.1.78"
[com.spotify/styx-flyte-client "2.1.78"]