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