GroupId | GroupIdcom.github.yuyenews |
---|---|
ArtifactId | ArtifactIdMartian |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
Martian-4.0.0.pom | |
Martian-4.0.0.jar | 13 KB |
Martian-4.0.0-sources.jar | 8 KB |
Martian-4.0.0-javadoc.jar | 484 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yuyenews/Martian/ -->
<dependency>
<groupId>com.github.yuyenews</groupId>
<artifactId>Martian</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuyenews/Martian/
implementation 'com.github.yuyenews:Martian:4.0.0'
// https://jarcasting.com/artifacts/com.github.yuyenews/Martian/
implementation ("com.github.yuyenews:Martian:4.0.0")
'com.github.yuyenews:Martian:jar:4.0.0'
<dependency org="com.github.yuyenews" name="Martian" rev="4.0.0">
<artifact name="Martian" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuyenews', module='Martian', version='4.0.0')
)
libraryDependencies += "com.github.yuyenews" % "Martian" % "4.0.0"
[com.github.yuyenews/Martian "4.0.0"]