License |
License |
---|---|
GroupId | GroupIdcom.github.luohaha |
ArtifactId | ArtifactIdLightComm4J |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLightComm4J
Yet another lightweight asynchronous network library for java
|
Project URL |
Project URL |
Filename | Size |
---|---|
LightComm4J-1.0.0.pom | |
LightComm4J-1.0.0.jar | 37 KB |
LightComm4J-1.0.0-sources.jar | 23 KB |
LightComm4J-1.0.0-javadoc.jar | 235 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luohaha/LightComm4J/ -->
<dependency>
<groupId>com.github.luohaha</groupId>
<artifactId>LightComm4J</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luohaha/LightComm4J/
implementation 'com.github.luohaha:LightComm4J:1.0.0'
// https://jarcasting.com/artifacts/com.github.luohaha/LightComm4J/
implementation ("com.github.luohaha:LightComm4J:1.0.0")
'com.github.luohaha:LightComm4J:jar:1.0.0'
<dependency org="com.github.luohaha" name="LightComm4J" rev="1.0.0">
<artifact name="LightComm4J" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luohaha', module='LightComm4J', version='1.0.0')
)
libraryDependencies += "com.github.luohaha" % "LightComm4J" % "1.0.0"
[com.github.luohaha/LightComm4J "1.0.0"]