License |
License |
---|---|
GroupId | GroupIdcom.github.yuyenews |
ArtifactId | ArtifactIdMars |
Last Version | Last Version3.0.18 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
Mars-3.0.18.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yuyenews/Mars/ -->
<dependency>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars</artifactId>
<version>3.0.18</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuyenews/Mars/
implementation 'com.github.yuyenews:Mars:3.0.18'
// https://jarcasting.com/artifacts/com.github.yuyenews/Mars/
implementation ("com.github.yuyenews:Mars:3.0.18")
'com.github.yuyenews:Mars:pom:3.0.18'
<dependency org="com.github.yuyenews" name="Mars" rev="3.0.18">
<artifact name="Mars" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.yuyenews', module='Mars', version='3.0.18')
)
libraryDependencies += "com.github.yuyenews" % "Mars" % "3.0.18"
[com.github.yuyenews/Mars "3.0.18"]