aio-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.smartboot.socket</groupId>
<artifactId>aio-core</artifactId>
<version>2.1.3</version>
</dependency><?xml version="1.0"?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Copyright (c) 2017-2019, tech.smartboot. All rights reserved.
~ project name: smart-socket
~ file name: pom.xml
~ Date: 2019-12-31
~ Author: sandao (zhengjunweimail@163.com)
~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
<name>aio-core</name>
<description>A high performance network application framework based on Java AIO</description>
<modelVersion>4.0.0</modelVersion>
<artifactId>aio-core</artifactId>
<parent>
<groupId>io.github.smartboot.socket</groupId>
<artifactId>smart-socket-parent</artifactId>
<version>2.1.3</version>
<relativePath>../smart-socket-parent</relativePath>
</parent>
</project>