muyun-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.ximatai.muyun</groupId> <artifactId>muyun-core</artifactId> <version>0.1.11</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>net.ximatai.muyun</groupId> <artifactId>muyun-core</artifactId> <version>0.1.11</version> <description>A cloud-native, asynchronous, developer-first, frontend-backend decoupled, and plug-and-play light-code platform.</description> <url>https://github.com/ximatai/MuYun</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>aruis</id> <name>Rui Liu</name> <email>lovearuis@gmail.com</email> <organization>戏码台</organization> </developer> </developers> <scm> <connection>scm:git:git://github.com/ximatai/MuYun.git</connection> <developerConnection>scm:git:ssh://github.com/ximatai/MuYun.git</developerConnection> <url>https://github.com/ximatai/MuYun</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>io.quarkus.platform</groupId> <artifactId>quarkus-bom</artifactId> <version>3.19.1</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>net.ximatai.muyun</groupId> <artifactId>muyun-database</artifactId> <version>0.1.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.ximatai.muyun</groupId> <artifactId>muyun-fileserver</artifactId> <version>0.1.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-rest</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-arc</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-vertx</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-reactive-routes</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-rest-jackson</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-smallrye-openapi</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-scheduler</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.18.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk18on</artifactId> <version>1.80</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.ben-manes.caffeine</groupId> <artifactId>caffeine</artifactId> <version>3.2.0</version> <scope>compile</scope> </dependency> </dependencies> </project>