License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.jpardus.spider |
ArtifactId | ArtifactIdneasy |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionneasy
分布式框架spider子组件之一,提供基于nio的基础网络通信。
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
neasy-2.0.0.pom | |
neasy-2.0.0-sources.jar | 460 bytes |
neasy-2.0.0-javadoc.jar | 456 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.jpardus.spider/neasy/ -->
<dependency>
<groupId>com.jpardus.spider</groupId>
<artifactId>neasy</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jpardus.spider/neasy/
implementation 'com.jpardus.spider:neasy:2.0.0'
// https://jarcasting.com/artifacts/com.jpardus.spider/neasy/
implementation ("com.jpardus.spider:neasy:2.0.0")
'com.jpardus.spider:neasy:jar:2.0.0'
<dependency org="com.jpardus.spider" name="neasy" rev="2.0.0">
<artifact name="neasy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jpardus.spider', module='neasy', version='2.0.0')
)
libraryDependencies += "com.jpardus.spider" % "neasy" % "2.0.0"
[com.jpardus.spider/neasy "2.0.0"]