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