an.watch2getherapi.1.0.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of watch2getherapi Show documentation
Show all versions of watch2getherapi Show documentation
A Java wrapper around the JSON API provided by w2g.tv
The newest version!
module uk.co.conoregan.watch2getherapi {
requires com.fasterxml.jackson.annotation;
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;
requires java.net.http;
requires org.slf4j;
requires jdk.crypto.cryptoki;
opens uk.co.conoregan.watch2getherapi.model to com.fasterxml.jackson.databind;
exports uk.co.conoregan.watch2getherapi;
exports uk.co.conoregan.watch2getherapi.model;
exports uk.co.conoregan.watch2getherapi.http;
exports uk.co.conoregan.watch2getherapi.util;
exports uk.co.conoregan.watch2getherapi.exception;
}