network-protocol
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.nuls.network-module</groupId>
<artifactId>network-protocol</artifactId>
<version>0.9.11</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>network-module</artifactId>
<groupId>io.nuls</groupId>
<version>0.9.11</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.nuls.network-module</groupId>
<artifactId>network-protocol</artifactId>
<version>0.9.11</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>io.nuls.protocol-module</groupId>
<artifactId>protocol</artifactId>
<version>0.9.11</version>
</dependency>
</dependencies>
</project>