Interlucent is a small bridge library that combines Lucent and Eureka's features, as well as adding additional utilities.
Eureka is designed to use JDK 8 but supports later versions, such versions may be unstable with this project at the moment.
- Clone the repo (https://github.com/project-transparent/interlucent).
- Run
gradlew publishToMavenLocal
in the root directory of the repo. - Add
mavenLocal()
to your repositories. - Add
implementation 'org.transparent:interlucent:<version>'
to your dependencies.