GroupId | GroupIdcn.cyejing |
---|---|
ArtifactId | ArtifactIddsync-example |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
dsync-example-0.1.2.pom | |
dsync-example-0.1.2.jar | 7 MB |
dsync-example-0.1.2-sources.jar | 3 KB |
dsync-example-0.1.2-javadoc.jar | 33 KB |
Browse |
<!-- 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"]