Recon - most simple and simplified library for implementing protocol applications, remote data transfer and remote connections with servers, sites, etc.
This is a single API association and many auxiliary modules for both simplifying the code and for new functionality.
- AnnotatedRecon: (Link)
- HttpRecon: (Link)
- MetricsRecon: (Link)
- MinecraftRecon: (Link)
- UILauncherRecon: (Link)
- SQLDatabaseRecon: (Link)
Download the necessary libraries from this folder and install them into your project through artifacts, local repositories, or any other methods convenient for you.
<repository>
<id>github</id>
<name>ItzStonlex</name>
<url>https://maven.pkg.github.com/ItzStonlex/Recon</url>
</repository>
<dependencies>
<dependency>
<groupId>com.github.itzstonlex</groupId>
<artifactId>recon</artifactId>
<version>1.1.0</version>
</dependency>
</dependencies>
You can view the full documentation of the library by clicking on the link