GroupId | GroupIdcom.github.yuyenews |
---|---|
ArtifactId | ArtifactIdMartian-Cloud |
Version | Version4.0 |
Type | Typepom |
Filename | Size |
---|---|
Martian-Cloud-4.0.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</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuyenews/Martian-Cloud/
implementation 'com.github.yuyenews:Martian-Cloud:4.0'
// https://jarcasting.com/artifacts/com.github.yuyenews/Martian-Cloud/
implementation ("com.github.yuyenews:Martian-Cloud:4.0")
'com.github.yuyenews:Martian-Cloud:pom:4.0'
<dependency org="com.github.yuyenews" name="Martian-Cloud" rev="4.0">
<artifact name="Martian-Cloud" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.yuyenews', module='Martian-Cloud', version='4.0')
)
libraryDependencies += "com.github.yuyenews" % "Martian-Cloud" % "4.0"
[com.github.yuyenews/Martian-Cloud "4.0"]