hsweb-system-authorization-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.hswebframework.web</groupId> <artifactId>hsweb-system-authorization-api</artifactId> <version>4.0.18</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>hsweb-system-authorization</artifactId> <groupId>org.hswebframework.web</groupId> <version>4.0.18</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>hsweb-system-authorization-api</artifactId> <dependencies> <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-core</artifactId> </dependency> <dependency> <groupId>org.hswebframework.web</groupId> <artifactId>hsweb-authorization-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.hswebframework.web</groupId> <artifactId>hsweb-commons-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.hibernate.javax.persistence</groupId> <artifactId>hibernate-jpa-2.1-api</artifactId> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </dependency> <dependency> <groupId>org.hswebframework.web</groupId> <artifactId>hsweb-commons-crud</artifactId> <version>${project.version}</version> <scope>compile</scope> </dependency> </dependencies> </project>