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