License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.datatorrent |
ArtifactId | ArtifactIddtIngest-lzo |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptiondtIngest LZO Compression Plugin
Lzo compression plugin which can be used with Datatorrent Ingestion app
|
Filename | Size |
---|---|
dtIngest-lzo-1.0.0.pom | |
dtIngest-lzo-1.0.0.jar | 3 KB |
dtIngest-lzo-1.0.0-sources.jar | 1 KB |
dtIngest-lzo-1.0.0-javadoc.jar | 36 KB |
dtIngest-lzo-1.0.0-jar-with-dependencies.jar | 190 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.datatorrent/dtIngest-lzo/ -->
<dependency>
<groupId>com.datatorrent</groupId>
<artifactId>dtIngest-lzo</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.datatorrent/dtIngest-lzo/
implementation 'com.datatorrent:dtIngest-lzo:1.0.0'
// https://jarcasting.com/artifacts/com.datatorrent/dtIngest-lzo/
implementation ("com.datatorrent:dtIngest-lzo:1.0.0")
'com.datatorrent:dtIngest-lzo:jar:1.0.0'
<dependency org="com.datatorrent" name="dtIngest-lzo" rev="1.0.0">
<artifact name="dtIngest-lzo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.datatorrent', module='dtIngest-lzo', version='1.0.0')
)
libraryDependencies += "com.datatorrent" % "dtIngest-lzo" % "1.0.0"
[com.datatorrent/dtIngest-lzo "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.anarres.lzo : lzo-core Optional | jar | 1.0.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |