GroupId | GroupIdcom.github.tkrs |
---|---|
ArtifactId | ArtifactIdfluflu-msgpack_2.12 |
Version | Version0.12.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.tkrs/fluflu-msgpack_2.12/ -->
<dependency>
<groupId>com.github.tkrs</groupId>
<artifactId>fluflu-msgpack_2.12</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tkrs/fluflu-msgpack_2.12/
implementation 'com.github.tkrs:fluflu-msgpack_2.12:0.12.0'
// https://jarcasting.com/artifacts/com.github.tkrs/fluflu-msgpack_2.12/
implementation ("com.github.tkrs:fluflu-msgpack_2.12:0.12.0")
'com.github.tkrs:fluflu-msgpack_2.12:jar:0.12.0'
<dependency org="com.github.tkrs" name="fluflu-msgpack_2.12" rev="0.12.0">
<artifact name="fluflu-msgpack_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tkrs', module='fluflu-msgpack_2.12', version='0.12.0')
)
libraryDependencies += "com.github.tkrs" % "fluflu-msgpack_2.12" % "0.12.0"
[com.github.tkrs/fluflu-msgpack_2.12 "0.12.0"]