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