GroupId | GroupIdcom.github.yuyenews |
---|---|
ArtifactId | ArtifactIdmars-cloud-registered |
Version | Version2.1.7-final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yuyenews/mars-cloud-registered/ -->
<dependency>
<groupId>com.github.yuyenews</groupId>
<artifactId>mars-cloud-registered</artifactId>
<version>2.1.7-final</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-cloud-registered/
implementation 'com.github.yuyenews:mars-cloud-registered:2.1.7-final'
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-cloud-registered/
implementation ("com.github.yuyenews:mars-cloud-registered:2.1.7-final")
'com.github.yuyenews:mars-cloud-registered:jar:2.1.7-final'
<dependency org="com.github.yuyenews" name="mars-cloud-registered" rev="2.1.7-final">
<artifact name="mars-cloud-registered" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuyenews', module='mars-cloud-registered', version='2.1.7-final')
)
libraryDependencies += "com.github.yuyenews" % "mars-cloud-registered" % "2.1.7-final"
[com.github.yuyenews/mars-cloud-registered "2.1.7-final"]