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