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