GroupId | GroupIdcom.github.yuyenews |
---|---|
ArtifactId | ArtifactIdmars-core |
Version | Version2.1.6 |
Type | Typejar |
Filename | Size |
---|---|
mars-core-2.1.6.pom | |
mars-core-2.1.6.jar | 40 KB |
mars-core-2.1.6-sources.jar | 27 KB |
mars-core-2.1.6-javadoc.jar | 256 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yuyenews/mars-core/ -->
<dependency>
<groupId>com.github.yuyenews</groupId>
<artifactId>mars-core</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-core/
implementation 'com.github.yuyenews:mars-core:2.1.6'
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-core/
implementation ("com.github.yuyenews:mars-core:2.1.6")
'com.github.yuyenews:mars-core:jar:2.1.6'
<dependency org="com.github.yuyenews" name="mars-core" rev="2.1.6">
<artifact name="mars-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuyenews', module='mars-core', version='2.1.6')
)
libraryDependencies += "com.github.yuyenews" % "mars-core" % "2.1.6"
[com.github.yuyenews/mars-core "2.1.6"]