License |
License |
---|---|
GroupId | GroupIdcom.gettyio |
ArtifactId | ArtifactIdgetty-core |
Last Version | Last Version2.0.0-beta4 |
Release Date | Release Date |
Type | Typejar |
Description |
Description一个完全基于java 实现的,长得有点像netty的aio网络框架
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
getty-core-2.0.0-beta4.pom | |
getty-core-2.0.0-beta4.jar | 361 KB |
getty-core-2.0.0-beta4-sources.jar | 318 KB |
getty-core-2.0.0-beta4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gettyio/getty-core/ -->
<dependency>
<groupId>com.gettyio</groupId>
<artifactId>getty-core</artifactId>
<version>2.0.0-beta4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gettyio/getty-core/
implementation 'com.gettyio:getty-core:2.0.0-beta4'
// https://jarcasting.com/artifacts/com.gettyio/getty-core/
implementation ("com.gettyio:getty-core:2.0.0-beta4")
'com.gettyio:getty-core:jar:2.0.0-beta4'
<dependency org="com.gettyio" name="getty-core" rev="2.0.0-beta4">
<artifact name="getty-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gettyio', module='getty-core', version='2.0.0-beta4')
)
libraryDependencies += "com.gettyio" % "getty-core" % "2.0.0-beta4"
[com.gettyio/getty-core "2.0.0-beta4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api Optional | jar | 1.7.25 |