License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Spring Boot Container Microservices |
GroupId | GroupIdcom.github.aidensuen |
ArtifactId | ArtifactIdmongodao-spring-boot |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmongodao-spring-boot
Spring Boot Support for MongoDao
|
Project URL |
Project URL |
Filename | Size |
---|---|
mongodao-spring-boot-1.1.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.aidensuen/mongodao-spring-boot/ -->
<dependency>
<groupId>com.github.aidensuen</groupId>
<artifactId>mongodao-spring-boot</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.aidensuen/mongodao-spring-boot/
implementation 'com.github.aidensuen:mongodao-spring-boot:1.1.2'
// https://jarcasting.com/artifacts/com.github.aidensuen/mongodao-spring-boot/
implementation ("com.github.aidensuen:mongodao-spring-boot:1.1.2")
'com.github.aidensuen:mongodao-spring-boot:pom:1.1.2'
<dependency org="com.github.aidensuen" name="mongodao-spring-boot" rev="1.1.2">
<artifact name="mongodao-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.aidensuen', module='mongodao-spring-boot', version='1.1.2')
)
libraryDependencies += "com.github.aidensuen" % "mongodao-spring-boot" % "1.1.2"
[com.github.aidensuen/mongodao-spring-boot "1.1.2"]