camellia-hot-key-spring-boot-starters
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.netease.nim</groupId> <artifactId>camellia-hot-key-spring-boot-starters</artifactId> <version>1.3.5</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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.netease.nim</groupId> <artifactId>camellia-hot-key</artifactId> <version>1.3.5</version> </parent> <artifactId>camellia-hot-key-spring-boot-starters</artifactId> <version>1.3.5</version> <packaging>pom</packaging> <licenses> <license> <name>MIT License</name> <url>https://choosealicense.com/licenses/mit/</url> <distribution>repo</distribution> </license> </licenses> <modules> <module>camellia-hot-key-server-spring-boot-starter</module> <module>camellia-hot-key-server-zk-registry-spring-boot-starter</module> </modules> </project>