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