Skip to content

1.0.0

Compare
Choose a tag to compare
@StevenJDH StevenJDH released this 31 Jan 00:42
· 8 commits to main since this release
4a7cc0e

This is an initial release.

Usage
The library is available from the Maven Central Repository without needing to configure any additional repositories to use it. All that is needed is to add the following as a dependency to the project's pom.xml file:

<dependency>
    <groupId>io.github.stevenjdh</groupId>
    <artifactId>simple-ssl</artifactId>
    <version>1.0.0</version>
</dependency>

Notes:
Alternatively, GitHub's Apache Maven registry can be used instead of using the Maven Central Repository as the source for this library by following the instructions (here).