| GroupId | GroupIdcom.github.liuzhengyang |
|---|---|
| ArtifactId | ArtifactIdsimple-core |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| simple-core-1.0.pom | |
| simple-core-1.0.jar | 27 KB |
| simple-core-1.0-sources.jar | 12 KB |
| simple-core-1.0-javadoc.jar | 116 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.liuzhengyang/simple-core/ -->
<dependency>
<groupId>com.github.liuzhengyang</groupId>
<artifactId>simple-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuzhengyang/simple-core/
implementation 'com.github.liuzhengyang:simple-core:1.0'
// https://jarcasting.com/artifacts/com.github.liuzhengyang/simple-core/
implementation ("com.github.liuzhengyang:simple-core:1.0")
'com.github.liuzhengyang:simple-core:jar:1.0'
<dependency org="com.github.liuzhengyang" name="simple-core" rev="1.0">
<artifact name="simple-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuzhengyang', module='simple-core', version='1.0')
)
libraryDependencies += "com.github.liuzhengyang" % "simple-core" % "1.0"
[com.github.liuzhengyang/simple-core "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.21 |
| cglib : cglib | jar | 3.2.0 |
| io.netty : netty-all | jar | 4.0.36.Final |
| org.projectlombok : lombok | jar | 1.16.10 |
| io.protostuff : protostuff-core | jar | 1.3.7 |
| io.protostuff : protostuff-runtime | jar | 1.3.7 |
| org.apache.zookeeper : zookeeper | jar | 3.4.8 |
| org.apache.curator : curator-framework | jar | 2.9.1 |
| org.apache.curator : curator-recipes | jar | 2.9.1 |
| org.apache.curator : curator-x-discovery | jar | 2.9.1 |
| org.apache.commons : commons-collections4 | jar | 4.1 |
| org.slf4j : slf4j-simple | jar | 1.7.16 |
| com.esotericsoftware : kryo | jar | 4.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |