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