| Categories | CategoriesKryo Data Data Formats Serialization | 
|---|---|
| GroupId | GroupIdcom.github.leeyazhou | 
| ArtifactId | ArtifactIdcrpc-codec-kryo | 
| Version | Version1.0.1.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-codec-kryo/ -->
<dependency>
    <groupId>com.github.leeyazhou</groupId>
    <artifactId>crpc-codec-kryo</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-codec-kryo/
implementation 'com.github.leeyazhou:crpc-codec-kryo:1.0.1.RELEASE'// https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-codec-kryo/
implementation ("com.github.leeyazhou:crpc-codec-kryo:1.0.1.RELEASE")'com.github.leeyazhou:crpc-codec-kryo:jar:1.0.1.RELEASE'<dependency org="com.github.leeyazhou" name="crpc-codec-kryo" rev="1.0.1.RELEASE">
  <artifact name="crpc-codec-kryo" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.leeyazhou', module='crpc-codec-kryo', version='1.0.1.RELEASE')
)libraryDependencies += "com.github.leeyazhou" % "crpc-codec-kryo" % "1.0.1.RELEASE"[com.github.leeyazhou/crpc-codec-kryo "1.0.1.RELEASE"]