quarkus-multitenancy-core-runtime
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.mathias82</groupId>
<artifactId>quarkus-multitenancy-core-runtime</artifactId>
<version>0.1.15</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.mathias82</groupId>
<artifactId>quarkus-multitenancy</artifactId>
<version>0.1.15</version>
</parent>
<artifactId>quarkus-multitenancy-core-runtime</artifactId>
<name>Quarkus Multitenancy Core Runtime</name>
<description>Core runtime module providing the tenant resolution API and context management.</description>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-arc</artifactId>
</dependency>
</dependencies>
</project>