jar

com.github.greatjapa : heelflip

Maven & Gradle

Jun 14, 2017
4 stars

An in-memory JSON aggregator in Java

Table Of Contents

Latest Version

Download com.github.greatjapa : heelflip JAR file - Latest Versions:

All Versions

Download com.github.greatjapa : heelflip JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4
1.3
1.2
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window heelflip-1.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

skatepark.heelflip.inmem

├─ skatepark.heelflip.inmem.InMemFieldAgg.class - [JAR]

├─ skatepark.heelflip.inmem.InMemGroupByAgg.class - [JAR]

skatepark.heelflip

├─ skatepark.heelflip.IFieldAgg.class - [JAR]

├─ skatepark.heelflip.IGroupByAgg.class - [JAR]

├─ skatepark.heelflip.JsonAgg.class - [JAR]

skatepark.heelflip.util

├─ skatepark.heelflip.util.Extractor.class - [JAR]

├─ skatepark.heelflip.util.JsonDumper.class - [JAR]

skatepark.heelflip.redis

├─ skatepark.heelflip.redis.RedisFieldAgg.class - [JAR]

├─ skatepark.heelflip.redis.RedisGroupByAgg.class - [JAR]

Advertisement