Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.homeaway.streamplatform |
ArtifactId | ArtifactIdstream-registry-core |
Version | Version0.4.5 |
Type | Typejar |
Filename | Size |
---|---|
stream-registry-core-0.4.5.pom | |
stream-registry-core-0.4.5.jar | 131 KB |
stream-registry-core-0.4.5-sources.jar | 80 KB |
stream-registry-core-0.4.5-javadoc.jar | 824 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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.homeaway.streamplatform/stream-registry-core/
implementation 'com.homeaway.streamplatform:stream-registry-core:0.4.5'
// https://jarcasting.com/artifacts/com.homeaway.streamplatform/stream-registry-core/
implementation ("com.homeaway.streamplatform:stream-registry-core:0.4.5")
'com.homeaway.streamplatform:stream-registry-core:jar:0.4.5'
<dependency org="com.homeaway.streamplatform" name="stream-registry-core" rev="0.4.5">
<artifact name="stream-registry-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.homeaway.streamplatform', module='stream-registry-core', version='0.4.5')
)
libraryDependencies += "com.homeaway.streamplatform" % "stream-registry-core" % "0.4.5"
[com.homeaway.streamplatform/stream-registry-core "0.4.5"]