ernice-reflare-access-jdk-10.1.3.1.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 fernice-reflare-access-jdk-10 Show documentation
Show all versions of fernice-reflare-access-jdk-10 Show documentation
Helper Implementation for JDK 10
module org.fernice.reflare.access.ten {
requires java.desktop;
requires java.se;
requires org.fernice.reflare.access;
requires org.jetbrains.annotations;
requires org.fernice.refract;
exports org.fernice.reflare.internal.impl;
}