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