GroupId | GroupIdcom.github.yuyenews |
---|---|
ArtifactId | ArtifactIdMars-cloud |
Version | Version2.2.3 |
Type | Typepom |
Filename | Size |
---|---|
Mars-cloud-2.2.3.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yuyenews/Mars-cloud/ -->
<dependency>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars-cloud</artifactId>
<version>2.2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuyenews/Mars-cloud/
implementation 'com.github.yuyenews:Mars-cloud:2.2.3'
// https://jarcasting.com/artifacts/com.github.yuyenews/Mars-cloud/
implementation ("com.github.yuyenews:Mars-cloud:2.2.3")
'com.github.yuyenews:Mars-cloud:pom:2.2.3'
<dependency org="com.github.yuyenews" name="Mars-cloud" rev="2.2.3">
<artifact name="Mars-cloud" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.yuyenews', module='Mars-cloud', version='2.2.3')
)
libraryDependencies += "com.github.yuyenews" % "Mars-cloud" % "2.2.3"
[com.github.yuyenews/Mars-cloud "2.2.3"]