milky-concurrent-thread
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>cn.sliew</groupId> <artifactId>milky-concurrent-thread</artifactId> <version>1.0.15</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/maven-v4_0_0.xsd"> <parent> <artifactId>milky-concurrent</artifactId> <groupId>cn.sliew</groupId> <version>1.0.15</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>milky-concurrent-thread</artifactId> <dependencies> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.23.1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.lmax</groupId> <artifactId>disruptor</artifactId> <version>4.0.0</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-core</artifactId> <version>1.13.0</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.apiguardian</groupId> <artifactId>apiguardian-api</artifactId> <version>1.1.1</version> <scope>compile</scope> </dependency> </dependencies> <properties> <maven.deploy.skip>true</maven.deploy.skip> </properties> </project>