jar

org.singlefilejava : single-file-java

Maven & Gradle

Sep 17, 2020
51 stars

This is a collection of disparate pieces of code, each file containing a single piece of functionality. The idea is software minimalism, you get 1000 lines of Java code, no dependencies. Collection of useful things, especially for prototyping/rapid development.

Table Of Contents

Latest Version

Download org.singlefilejava : single-file-java JAR file - Latest Versions:

All Versions

Download org.singlefilejava : single-file-java JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x

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 single-file-java-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.sfj

├─ org.sfj.ByteBufferStreams.class - [JAR]

├─ org.sfj.ChiseledMap.class - [JAR]

├─ org.sfj.DrawDot.class - [JAR]

├─ org.sfj.DumbCLIParse.class - [JAR]

├─ org.sfj.JSONOne.class - [JAR]

├─ org.sfj.LittleCASPaxos.class - [JAR]

├─ org.sfj.PegLegParser.class - [JAR]

├─ org.sfj.PojoClientServer.class - [JAR]

├─ org.sfj.PositionalPushbackReader.class - [JAR]

├─ org.sfj.ProxyMe.class - [JAR]

├─ org.sfj.RFC4180CSVParser.class - [JAR]

├─ org.sfj.ReplacementDiskSort.class - [JAR]

├─ org.sfj.SimpleFSM.class - [JAR]

├─ org.sfj.StringsCompare.class - [JAR]

org.sfj.exemplars

├─ org.sfj.exemplars.JsonPegParser.class - [JAR]

Advertisement