is not current version
Last Version 0.1.3

cn.cyejing:dsync-example 0.1.2


GroupId

GroupId

cn.cyejing
ArtifactId

ArtifactId

dsync-example
Version

Version

0.1.2
Type

Type

jar

Download dsync-example 0.1.2


<!-- https://jarcasting.com/artifacts/cn.cyejing/dsync-example/ -->
<dependency>
    <groupId>cn.cyejing</groupId>
    <artifactId>dsync-example</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.cyejing/dsync-example/
implementation 'cn.cyejing:dsync-example:0.1.2'
// https://jarcasting.com/artifacts/cn.cyejing/dsync-example/
implementation ("cn.cyejing:dsync-example:0.1.2")
'cn.cyejing:dsync-example:jar:0.1.2'
<dependency org="cn.cyejing" name="dsync-example" rev="0.1.2">
  <artifact name="dsync-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.cyejing', module='dsync-example', version='0.1.2')
)
libraryDependencies += "cn.cyejing" % "dsync-example" % "0.1.2"
[cn.cyejing/dsync-example "0.1.2"]