| License |
License |
|---|---|
| GroupId | GroupIdcom.jarslab.ts |
| ArtifactId | ArtifactIdgorilla4j |
| Version | Version0.4 |
| Type | Typejar |
| Description |
Descriptiongorilla4j
Implementation of time series compression method based on the Facebook Gorilla paper
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gorilla4j-0.4.pom | |
| gorilla4j-0.4.jar | 13 KB |
| gorilla4j-0.4-sources.jar | 9 KB |
| gorilla4j-0.4-javadoc.jar | 427 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jarslab.ts/gorilla4j/ -->
<dependency>
<groupId>com.jarslab.ts</groupId>
<artifactId>gorilla4j</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.jarslab.ts/gorilla4j/
implementation 'com.jarslab.ts:gorilla4j:0.4'
// https://jarcasting.com/artifacts/com.jarslab.ts/gorilla4j/
implementation ("com.jarslab.ts:gorilla4j:0.4")
'com.jarslab.ts:gorilla4j:jar:0.4'
<dependency org="com.jarslab.ts" name="gorilla4j" rev="0.4">
<artifact name="gorilla4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jarslab.ts', module='gorilla4j', version='0.4')
)
libraryDependencies += "com.jarslab.ts" % "gorilla4j" % "0.4"
[com.jarslab.ts/gorilla4j "0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.assertj : assertj-core | jar | 3.18.1 |