License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.github.menacher |
ArtifactId | ArtifactIdstorm-chronicle |
Version | Version0.0.2 |
Type | Typejar |
Description |
DescriptionAn example project which uses Java Chronicle as a Spout for Storm.
|
Filename | Size |
---|---|
storm-chronicle-0.0.2.pom | |
storm-chronicle-0.0.2.jar | 9 KB |
storm-chronicle-0.0.2-sources.jar | 5 KB |
storm-chronicle-0.0.2-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.menacher/storm-chronicle/ -->
<dependency>
<groupId>com.github.menacher</groupId>
<artifactId>storm-chronicle</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.menacher/storm-chronicle/
implementation 'com.github.menacher:storm-chronicle:0.0.2'
// https://jarcasting.com/artifacts/com.github.menacher/storm-chronicle/
implementation ("com.github.menacher:storm-chronicle:0.0.2")
'com.github.menacher:storm-chronicle:jar:0.0.2'
<dependency org="com.github.menacher" name="storm-chronicle" rev="0.0.2">
<artifact name="storm-chronicle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.menacher', module='storm-chronicle', version='0.0.2')
)
libraryDependencies += "com.github.menacher" % "storm-chronicle" % "0.0.2"
[com.github.menacher/storm-chronicle "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.higherfrequencytrading : chronicle | jar | 1.7.2 |
storm » storm | jar | 0.7.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |