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