ezymq-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.tvd12</groupId>
<artifactId>ezymq-common</artifactId>
<version>1.2.3</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">
<parent>
<artifactId>ezymq</artifactId>
<groupId>com.tvd12</groupId>
<version>1.2.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ezymq-common</artifactId>
<dependencies>
<dependency>
<groupId>com.tvd12</groupId>
<artifactId>ezyfox-bean</artifactId>
<version>${ezy.version}</version>
</dependency>
<dependency>
<groupId>com.tvd12</groupId>
<artifactId>ezyfox-binding-codec</artifactId>
<version>${ezy.version}</version>
</dependency>
<dependency>
<groupId>com.tvd12</groupId>
<artifactId>ezyfox-message</artifactId>
<version>${ezy.version}</version>
</dependency>
<dependency>
<groupId>com.tvd12</groupId>
<artifactId>ezyfox-msgpack</artifactId>
<version>${ezy.version}</version>
</dependency>
<dependency>
<groupId>com.tvd12</groupId>
<artifactId>ezyfox-jackson</artifactId>
<version>${ezy.version}</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>