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