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