License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.github.ganchix |
ArtifactId | ArtifactIdmorphia-spring-boot-parent |
Version | Version1.0.1 |
Type | Typepom |
Description |
Descriptionmorphia-spring-boot-parent
Spring boot starter using for morphia integration.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
morphia-spring-boot-parent-1.0.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ganchix/morphia-spring-boot-parent/ -->
<dependency>
<groupId>io.github.ganchix</groupId>
<artifactId>morphia-spring-boot-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ganchix/morphia-spring-boot-parent/
implementation 'io.github.ganchix:morphia-spring-boot-parent:1.0.1'
// https://jarcasting.com/artifacts/io.github.ganchix/morphia-spring-boot-parent/
implementation ("io.github.ganchix:morphia-spring-boot-parent:1.0.1")
'io.github.ganchix:morphia-spring-boot-parent:pom:1.0.1'
<dependency org="io.github.ganchix" name="morphia-spring-boot-parent" rev="1.0.1">
<artifact name="morphia-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.ganchix', module='morphia-spring-boot-parent', version='1.0.1')
)
libraryDependencies += "io.github.ganchix" % "morphia-spring-boot-parent" % "1.0.1"
[io.github.ganchix/morphia-spring-boot-parent "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.reflections : reflections | jar | 0.9.11 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.5.3.RELEASE |