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