jar

com.sshtools : simjac

Maven & Gradle

May 22, 2023
0 stars

Simple Json Configuration · Simple framework to load JSON configuration files from standard locations, and bind the structure to plain old java objects without using reflection.

Table Of Contents

Latest Version

Download com.sshtools : simjac JAR file - Latest Versions:

All Versions

Download com.sshtools : simjac JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 simjac-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.sshtools.simjac

├─ com.sshtools.simjac.AbstractBindBuilder.class - [JAR]

├─ com.sshtools.simjac.ArrayBinding.class - [JAR]

├─ com.sshtools.simjac.ArrayBindingBuilder.class - [JAR]

├─ com.sshtools.simjac.AttrBindBuilder.class - [JAR]

├─ com.sshtools.simjac.AttrBinding.class - [JAR]

├─ com.sshtools.simjac.Binding.class - [JAR]

├─ com.sshtools.simjac.Bindings.class - [JAR]

├─ com.sshtools.simjac.BindingsBuilder.class - [JAR]

├─ com.sshtools.simjac.BindingsImpl.class - [JAR]

├─ com.sshtools.simjac.ConfigurationStore.class - [JAR]

├─ com.sshtools.simjac.ConfigurationStoreBuilder.class - [JAR]

├─ com.sshtools.simjac.ConfigurationStoreImpl.class - [JAR]

├─ com.sshtools.simjac.MapBinding.class - [JAR]

├─ com.sshtools.simjac.MapBindingBuilder.class - [JAR]

├─ com.sshtools.simjac.ObjectBinding.class - [JAR]

├─ com.sshtools.simjac.ObjectBindingBuilder.class - [JAR]

├─ com.sshtools.simjac.Scope.class - [JAR]

├─ com.sshtools.simjac.Test.class - [JAR]

Advertisement