GroupId | GroupIdcom.github.yuyenews |
---|---|
ArtifactId | ArtifactIdmars-cloud |
Version | Version3.0.10 |
Type | Typejar |
Filename | Size |
---|---|
mars-cloud-3.0.10.pom | |
mars-cloud-3.0.10.jar | 37 KB |
mars-cloud-3.0.10-sources.jar | 24 KB |
mars-cloud-3.0.10-javadoc.jar | 254 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yuyenews/mars-cloud/ -->
<dependency>
<groupId>com.github.yuyenews</groupId>
<artifactId>mars-cloud</artifactId>
<version>3.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-cloud/
implementation 'com.github.yuyenews:mars-cloud:3.0.10'
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-cloud/
implementation ("com.github.yuyenews:mars-cloud:3.0.10")
'com.github.yuyenews:mars-cloud:jar:3.0.10'
<dependency org="com.github.yuyenews" name="mars-cloud" rev="3.0.10">
<artifact name="mars-cloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuyenews', module='mars-cloud', version='3.0.10')
)
libraryDependencies += "com.github.yuyenews" % "mars-cloud" % "3.0.10"
[com.github.yuyenews/mars-cloud "3.0.10"]