alive-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.opensabe-tech</groupId> <artifactId>alive-client</artifactId> <version>1.0.9</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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.github.opensabe-tech</groupId> <artifactId>spring-cloud-parent</artifactId> <version>1.0.9</version> <relativePath>../spring-cloud-parent/pom.xml</relativePath> </parent> <artifactId>alive-client</artifactId> <version>1.0.9</version> <name>${project.artifactId}</name> <description>${project.artifactId}</description> <packaging>jar</packaging> <properties> <alive-protobuf.version>1.0.9</alive-protobuf.version> <spring-boot-starter-rocketmq.version>1.0.9</spring-boot-starter-rocketmq.version> </properties> <dependencies> <dependency> <groupId>io.github.opensabe-tech</groupId> <artifactId>alive-protobuf</artifactId> <version>${alive-protobuf.version}</version> </dependency> <dependency> <groupId>io.github.opensabe-tech</groupId> <artifactId>spring-boot-starter-rocketmq</artifactId> <version>${spring-boot-starter-rocketmq.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-recipes</artifactId> </dependency> </dependencies> </project>