Categories |
CategoriesIDE Development Tools Spring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.aidensuen |
ArtifactId | ArtifactIdmongodao-spring-boot-example |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.aidensuen/mongodao-spring-boot-example/ -->
<dependency>
<groupId>com.github.aidensuen</groupId>
<artifactId>mongodao-spring-boot-example</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aidensuen/mongodao-spring-boot-example/
implementation 'com.github.aidensuen:mongodao-spring-boot-example:1.0.2'
// https://jarcasting.com/artifacts/com.github.aidensuen/mongodao-spring-boot-example/
implementation ("com.github.aidensuen:mongodao-spring-boot-example:1.0.2")
'com.github.aidensuen:mongodao-spring-boot-example:jar:1.0.2'
<dependency org="com.github.aidensuen" name="mongodao-spring-boot-example" rev="1.0.2">
<artifact name="mongodao-spring-boot-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aidensuen', module='mongodao-spring-boot-example', version='1.0.2')
)
libraryDependencies += "com.github.aidensuen" % "mongodao-spring-boot-example" % "1.0.2"
[com.github.aidensuen/mongodao-spring-boot-example "1.0.2"]