Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.github.xuwei-k |
ArtifactId | ArtifactIdmsgpack4z-native_2.12.0-M3 |
Version | Version0.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xuwei-k/msgpack4z-native_2.12.0-M3/ -->
<dependency>
<groupId>com.github.xuwei-k</groupId>
<artifactId>msgpack4z-native_2.12.0-M3</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuwei-k/msgpack4z-native_2.12.0-M3/
implementation 'com.github.xuwei-k:msgpack4z-native_2.12.0-M3:0.2.0'
// https://jarcasting.com/artifacts/com.github.xuwei-k/msgpack4z-native_2.12.0-M3/
implementation ("com.github.xuwei-k:msgpack4z-native_2.12.0-M3:0.2.0")
'com.github.xuwei-k:msgpack4z-native_2.12.0-M3:jar:0.2.0'
<dependency org="com.github.xuwei-k" name="msgpack4z-native_2.12.0-M3" rev="0.2.0">
<artifact name="msgpack4z-native_2.12.0-M3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuwei-k', module='msgpack4z-native_2.12.0-M3', version='0.2.0')
)
libraryDependencies += "com.github.xuwei-k" % "msgpack4z-native_2.12.0-M3" % "0.2.0"
[com.github.xuwei-k/msgpack4z-native_2.12.0-M3 "0.2.0"]