License |
License |
---|---|
GroupId | GroupIdcom.whaleal.mars |
ArtifactId | ArtifactIdmars-springboot |
Version | Version0.6.0 |
Type | Typejar |
Description |
DescriptionMongoDB driver framework
|
Filename | Size |
---|---|
mars-springboot-0.6.0.pom | |
mars-springboot-0.6.0.jar | 8 KB |
mars-springboot-0.6.0-sources.jar | 7 KB |
mars-springboot-0.6.0-javadoc.jar | 414 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.whaleal.mars/mars-springboot/ -->
<dependency>
<groupId>com.whaleal.mars</groupId>
<artifactId>mars-springboot</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.whaleal.mars/mars-springboot/
implementation 'com.whaleal.mars:mars-springboot:0.6.0'
// https://jarcasting.com/artifacts/com.whaleal.mars/mars-springboot/
implementation ("com.whaleal.mars:mars-springboot:0.6.0")
'com.whaleal.mars:mars-springboot:jar:0.6.0'
<dependency org="com.whaleal.mars" name="mars-springboot" rev="0.6.0">
<artifact name="mars-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.whaleal.mars', module='mars-springboot', version='0.6.0')
)
libraryDependencies += "com.whaleal.mars" % "mars-springboot" % "0.6.0"
[com.whaleal.mars/mars-springboot "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
com.whaleal.mars : mars-core | jar | 0.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot | jar | 2.5.7 |