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