jar

io.gitlab.mguimard : openrgb-client

Maven & Gradle

Jul 20, 2021

openrgb-client · Java client for OpenRGB server

Table Of Contents

Latest Version

Download io.gitlab.mguimard : openrgb-client JAR file - Latest Versions:

All Versions

Download io.gitlab.mguimard : openrgb-client JAR file - All Versions:

Version Vulnerabilities Size Updated
1.15
1.14
1.13
1.12
1.11
1.10
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1

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

io.gitlab.mguimard.openrgb.client

├─ io.gitlab.mguimard.openrgb.client.OpenRGBClient.class - [JAR]

├─ io.gitlab.mguimard.openrgb.client.OpenRGBCommand.class - [JAR]

io.gitlab.mguimard.openrgb.entity

├─ io.gitlab.mguimard.openrgb.entity.ColorMode.class - [JAR]

├─ io.gitlab.mguimard.openrgb.entity.DeviceType.class - [JAR]

├─ io.gitlab.mguimard.openrgb.entity.ModeDirection.class - [JAR]

├─ io.gitlab.mguimard.openrgb.entity.OpenRGBColor.class - [JAR]

├─ io.gitlab.mguimard.openrgb.entity.OpenRGBDevice.class - [JAR]

├─ io.gitlab.mguimard.openrgb.entity.OpenRGBLed.class - [JAR]

├─ io.gitlab.mguimard.openrgb.entity.OpenRGBMode.class - [JAR]

├─ io.gitlab.mguimard.openrgb.entity.OpenRGBZone.class - [JAR]

├─ io.gitlab.mguimard.openrgb.entity.ZoneType.class - [JAR]

io.gitlab.mguimard.openrgb.examples

├─ io.gitlab.mguimard.openrgb.examples.ColorUtilsUsage.class - [JAR]

├─ io.gitlab.mguimard.openrgb.examples.ListDevices.class - [JAR]

├─ io.gitlab.mguimard.openrgb.examples.ProfileList.class - [JAR]

├─ io.gitlab.mguimard.openrgb.examples.ResizeZone.class - [JAR]

├─ io.gitlab.mguimard.openrgb.examples.SetColor.class - [JAR]

├─ io.gitlab.mguimard.openrgb.examples.SetMode.class - [JAR]

├─ io.gitlab.mguimard.openrgb.examples.SetZoneColor.class - [JAR]

io.gitlab.mguimard.openrgb.utils

├─ io.gitlab.mguimard.openrgb.utils.ColorUtils.class - [JAR]

├─ io.gitlab.mguimard.openrgb.utils.DeviceParser.class - [JAR]

├─ io.gitlab.mguimard.openrgb.utils.FlagsChecker.class - [JAR]

├─ io.gitlab.mguimard.openrgb.utils.LittleEndianInputStream.class - [JAR]

├─ io.gitlab.mguimard.openrgb.utils.Utils.class - [JAR]

Advertisement