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