License |
License |
---|---|
GroupId | GroupIdpink.catty |
ArtifactId | ArtifactIdcatty-core |
Version | Version0.2.6 |
Type | Typejar |
Description |
DescriptionRPC framework
|
Filename | Size |
---|---|
catty-core-0.2.6.pom | |
catty-core-0.2.6.jar | 110 KB |
catty-core-0.2.6-sources.jar | 94 KB |
catty-core-0.2.6-javadoc.jar | 617 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pink.catty/catty-core/ -->
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-core</artifactId>
<version>0.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/pink.catty/catty-core/
implementation 'pink.catty:catty-core:0.2.6'
// https://jarcasting.com/artifacts/pink.catty/catty-core/
implementation ("pink.catty:catty-core:0.2.6")
'pink.catty:catty-core:jar:0.2.6'
<dependency org="pink.catty" name="catty-core" rev="0.2.6">
<artifact name="catty-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='pink.catty', module='catty-core', version='0.2.6')
)
libraryDependencies += "pink.catty" % "catty-core" % "0.2.6"
[pink.catty/catty-core "0.2.6"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
io.netty : netty-all | jar | 4.1.42.Final |