uhcs-build
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.kerwin612</groupId> <artifactId>uhcs-build</artifactId> <version>0.0.3</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>io.github.kerwin612</groupId> <artifactId>uhcs-dependencies</artifactId> <version>0.0.3</version> <relativePath>../uhcs-dependencies</relativePath> </parent> <groupId>io.github.kerwin612</groupId> <artifactId>uhcs-build</artifactId> <version>0.0.3</version> <packaging>pom</packaging> <name>Uniform Hystrix Concurrency Strategy Build</name> <description>Uniform Hystrix Concurrency Strategy Build</description> <url>https://github.com/kerwin612/uhcs/uhcs-dependencies/uhcs-build/</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <name>kerwin612</name> <email>kerwin612@qq.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/kerwin612/uhcs.git/uhcs-dependencies/uhcs-build</connection> <developerConnection>scm:git:ssh://git@github.com/kerwin612/uhcs.git/uhcs-dependencies/uhcs-build</developerConnection> <url>https://github.com/kerwin612/uhcs/uhcs-dependencies/uhcs-build</url> </scm> </project>