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