License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Leaf Data Databases |
GroupId | GroupIdtop.newleaf |
ArtifactId | ArtifactIdmongo-spring-boot-starter |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmongo-spring-boot-starter
mongo-spring-boot-starter
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/top.newleaf/mongo-spring-boot-starter/ -->
<dependency>
<groupId>top.newleaf</groupId>
<artifactId>mongo-spring-boot-starter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/top.newleaf/mongo-spring-boot-starter/
implementation 'top.newleaf:mongo-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/top.newleaf/mongo-spring-boot-starter/
implementation ("top.newleaf:mongo-spring-boot-starter:1.0.1")
'top.newleaf:mongo-spring-boot-starter:jar:1.0.1'
<dependency org="top.newleaf" name="mongo-spring-boot-starter" rev="1.0.1">
<artifact name="mongo-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.newleaf', module='mongo-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "top.newleaf" % "mongo-spring-boot-starter" % "1.0.1"
[top.newleaf/mongo-spring-boot-starter "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
top.newleaf : mongo-orm | jar | 1.0.0 |
org.springframework.boot : spring-boot-starter Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |