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