jar

io.github.omzz15 : structure

Maven & Gradle

Aug 05, 2023
1 stars

Simple Java library to help with creating structures · just a simple library for making it easy to create and manage structures for other classes

Table Of Contents

Latest Version

Download io.github.omzz15 : structure JAR file - Latest Versions:

All Versions

Download io.github.omzz15 : structure JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2.x
2.1.x
2.0.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 structure-2.2.1-FTCRELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

om.self.structure

├─ om.self.structure.NamedStructure.class - [JAR]

├─ om.self.structure.Utils.class - [JAR]

om.self.structure.parent

├─ om.self.structure.parent.KeyedParentStructure.class - [JAR]

├─ om.self.structure.parent.KeyedParentStructureImpl.class - [JAR]

├─ om.self.structure.parent.KeyedParentStructureWithChecks.class - [JAR]

├─ om.self.structure.parent.ParentContainer.class - [JAR]

├─ om.self.structure.parent.ParentStructure.class - [JAR]

├─ om.self.structure.parent.ParentStructureImpl.class - [JAR]

├─ om.self.structure.parent.ParentStructureWithChecks.class - [JAR]

om.self.structure.bidirectional

├─ om.self.structure.bidirectional.BidirectionalStructure.class - [JAR]

├─ om.self.structure.bidirectional.BidirectionalStructureWithChecks.class - [JAR]

├─ om.self.structure.bidirectional.KeyedBidirectionalStructure.class - [JAR]

├─ om.self.structure.bidirectional.KeyedBidirectionalStructureWithChecks.class - [JAR]

om.self.structure.child

├─ om.self.structure.child.ChildContainer.class - [JAR]

├─ om.self.structure.child.ChildStructure.class - [JAR]

├─ om.self.structure.child.ChildStructureImpl.class - [JAR]

├─ om.self.structure.child.ChildStructureWithChecks.class - [JAR]

├─ om.self.structure.child.KeyedChildStructure.class - [JAR]

├─ om.self.structure.child.KeyedChildStructureImpl.class - [JAR]

├─ om.self.structure.child.KeyedChildStructureWithChecks.class - [JAR]