jar

com.thehellings : agglutinator

Maven & Gradle

Oct 03, 2017
0 stars

agglutinator · A micolib to build a single String out of a collection of different sources, hopefully to render the results more useful for compression and minification on the web. Other uses might be possible.

Table Of Contents

Latest Version

Download com.thehellings : agglutinator JAR file - Latest Versions:

All Versions

Download com.thehellings : agglutinator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2

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

com.thehellings.agglutinator.exceptions

├─ com.thehellings.agglutinator.exceptions.SourceNotFoundException.class - [JAR]

com.thehellings.agglutinator.interfaces

├─ com.thehellings.agglutinator.interfaces.Agglutinator.class - [JAR]

├─ com.thehellings.agglutinator.interfaces.Source.class - [JAR]

com.thehellings.agglutinator

├─ com.thehellings.agglutinator.DeduplicatingAgglutinator.class - [JAR]

├─ com.thehellings.agglutinator.SimpleAgglutinator.class - [JAR]

├─ com.thehellings.agglutinator.SourceFactory.class - [JAR]

com.thehellings.agglutinator.file

├─ com.thehellings.agglutinator.file.DevSource.class - [JAR]

├─ com.thehellings.agglutinator.file.PrimedSource.class - [JAR]

Advertisement