jar

io.github.maxwainer : framework-config-api

Maven & Gradle

Mar 22, 2022
1 stars

framework · Simple framework for developing minecraft plugins

Table Of Contents

Latest Version

Download io.github.maxwainer : framework-config-api JAR file - Latest Versions:

All Versions

Download io.github.maxwainer : framework-config-api 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 framework-config-api-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

dev.framework.config.api

├─ dev.framework.config.api.AbstractCommentable.class - [JAR]

├─ dev.framework.config.api.AbstractValue.class - [JAR]

├─ dev.framework.config.api.Config.class - [JAR]

├─ dev.framework.config.api.ConfigFactory.class - [JAR]

├─ dev.framework.config.api.DictionaryValue.class - [JAR]

├─ dev.framework.config.api.ListValue.class - [JAR]

├─ dev.framework.config.api.MapValue.class - [JAR]

├─ dev.framework.config.api.PrimitiveValue.class - [JAR]

├─ dev.framework.config.api.Section.class - [JAR]

├─ dev.framework.config.api.SectionImpl.class - [JAR]

├─ dev.framework.config.api.Value.class - [JAR]

dev.framework.config.api.adapter

├─ dev.framework.config.api.adapter.AdapterRegistry.class - [JAR]

├─ dev.framework.config.api.adapter.ConfigObjectAdapter.class - [JAR]

dev.framework.config.api.options

├─ dev.framework.config.api.options.ConfigOptions.class - [JAR]

dev.framework.config.api.comment

├─ dev.framework.config.api.comment.Commentable.class - [JAR]

├─ dev.framework.config.api.comment.SingleCommentable.class - [JAR]

dev.framework.config.api.adapter.annotation

├─ dev.framework.config.api.adapter.annotation.AdapterTarget.class - [JAR]