refcodes-security-ext-spring.3.3.8.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 refcodes-security-ext-spring Show documentation
Show all versions of refcodes-security-ext-spring Show documentation
Artifact for enabling the Spring frameworkusing the security artifact.
The newest version!
module org.refcodes.security.ext.spring {
requires org.refcodes.security;
requires transitive spring.beans;
requires org.refcodes.runtime;
exports org.refcodes.security.ext.spring;
}