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