jar

org.drasyl : drasyl-plugin-groups-manager

Maven & Gradle

Jan 31, 2023
15 stars

drasyl: General-Purpose Overlay Network Framework - Groups Membership Manager Plugin Package · This package contains the groups membership management manager plugin for drasyl.

Table Of Contents

Latest Version

Download org.drasyl : drasyl-plugin-groups-manager JAR file - Latest Versions:

All Versions

Download org.drasyl : drasyl-plugin-groups-manager JAR file - All Versions:

Version Vulnerabilities Size Updated
0.10.x
0.9.x
0.8.x
0.7.x
0.6.x
0.5.x
0.4.x
0.3.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 drasyl-plugin-groups-manager-0.10.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.drasyl.node.plugin.groups.manager.data

├─ org.drasyl.node.plugin.groups.manager.data.Group.class - [JAR]

├─ org.drasyl.node.plugin.groups.manager.data.Member.class - [JAR]

├─ org.drasyl.node.plugin.groups.manager.data.Membership.class - [JAR]

├─ org.drasyl.node.plugin.groups.manager.data.package-info.class - [JAR]

org.drasyl.node.plugin.groups.manager.database

├─ org.drasyl.node.plugin.groups.manager.database.DatabaseAdapter.class - [JAR]

├─ org.drasyl.node.plugin.groups.manager.database.DatabaseAdapterManager.class - [JAR]

├─ org.drasyl.node.plugin.groups.manager.database.DatabaseException.class - [JAR]

├─ org.drasyl.node.plugin.groups.manager.database.package-info.class - [JAR]

org.drasyl.node.plugin.groups.manager

├─ org.drasyl.node.plugin.groups.manager.GroupsManagerApi.class - [JAR]

├─ org.drasyl.node.plugin.groups.manager.GroupsManagerConfig.class - [JAR]

├─ org.drasyl.node.plugin.groups.manager.GroupsManagerHandler.class - [JAR]

├─ org.drasyl.node.plugin.groups.manager.GroupsManagerPlugin.class - [JAR]

├─ org.drasyl.node.plugin.groups.manager.package-info.class - [JAR]

org.drasyl.node.plugin.groups.manager.database.jdbc

├─ org.drasyl.node.plugin.groups.manager.database.jdbc.JdbcDatabaseAdapter.class - [JAR]

├─ org.drasyl.node.plugin.groups.manager.database.jdbc.SingleConnectionWrapper.class - [JAR]

├─ org.drasyl.node.plugin.groups.manager.database.jdbc.package-info.class - [JAR]

Advertisement