Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.homeaway.streamingplatform |
ArtifactId | ArtifactIdstream-registry |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
stream-registry-0.4.0.pom | |
stream-registry-0.4.0.jar | 46 MB |
stream-registry-0.4.0-sources.jar | 23 MB |
stream-registry-0.4.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.homeaway.streamingplatform/stream-registry/ -->
<dependency>
<groupId>com.homeaway.streamingplatform</groupId>
<artifactId>stream-registry</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.homeaway.streamingplatform/stream-registry/
implementation 'com.homeaway.streamingplatform:stream-registry:0.4.0'
// https://jarcasting.com/artifacts/com.homeaway.streamingplatform/stream-registry/
implementation ("com.homeaway.streamingplatform:stream-registry:0.4.0")
'com.homeaway.streamingplatform:stream-registry:jar:0.4.0'
<dependency org="com.homeaway.streamingplatform" name="stream-registry" rev="0.4.0">
<artifact name="stream-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.homeaway.streamingplatform', module='stream-registry', version='0.4.0')
)
libraryDependencies += "com.homeaway.streamingplatform" % "stream-registry" % "0.4.0"
[com.homeaway.streamingplatform/stream-registry "0.4.0"]