Skip to content

1.0.1

Latest
Compare
Choose a tag to compare
@StevenJDH StevenJDH released this 03 Jul 13:45
· 4 commits to main since this release
3793a2e

New Features / Improvements:

  • Updated dependencies for general maintenance.

Bug Fixes:

  • Fixed some typos in tests.
  • Fixed deprecated methods for Assertj update.

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.1</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).