Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.apache.atlas |
ArtifactId | ArtifactIdstorm-bridge |
Version | Version0.8.4 |
Type | Typejar |
Filename | Size |
---|---|
storm-bridge-0.8.4.pom | |
storm-bridge-0.8.4.jar | 26 KB |
storm-bridge-0.8.4-test-sources.jar | 12 KB |
storm-bridge-0.8.4-sources.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.atlas/storm-bridge/ -->
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>storm-bridge</artifactId>
<version>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.atlas/storm-bridge/
implementation 'org.apache.atlas:storm-bridge:0.8.4'
// https://jarcasting.com/artifacts/org.apache.atlas/storm-bridge/
implementation ("org.apache.atlas:storm-bridge:0.8.4")
'org.apache.atlas:storm-bridge:jar:0.8.4'
<dependency org="org.apache.atlas" name="storm-bridge" rev="0.8.4">
<artifact name="storm-bridge" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.atlas', module='storm-bridge', version='0.8.4')
)
libraryDependencies += "org.apache.atlas" % "storm-bridge" % "0.8.4"
[org.apache.atlas/storm-bridge "0.8.4"]