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