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