Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdcom.expediagroup.streamplatform |
ArtifactId | ArtifactIdstream-registry-graphql-client |
Version | Version0.10.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.expediagroup.streamplatform/stream-registry-graphql-client/ -->
<dependency>
<groupId>com.expediagroup.streamplatform</groupId>
<artifactId>stream-registry-graphql-client</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.expediagroup.streamplatform/stream-registry-graphql-client/
implementation 'com.expediagroup.streamplatform:stream-registry-graphql-client:0.10.0'
// https://jarcasting.com/artifacts/com.expediagroup.streamplatform/stream-registry-graphql-client/
implementation ("com.expediagroup.streamplatform:stream-registry-graphql-client:0.10.0")
'com.expediagroup.streamplatform:stream-registry-graphql-client:jar:0.10.0'
<dependency org="com.expediagroup.streamplatform" name="stream-registry-graphql-client" rev="0.10.0">
<artifact name="stream-registry-graphql-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.expediagroup.streamplatform', module='stream-registry-graphql-client', version='0.10.0')
)
libraryDependencies += "com.expediagroup.streamplatform" % "stream-registry-graphql-client" % "0.10.0"
[com.expediagroup.streamplatform/stream-registry-graphql-client "0.10.0"]