Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.mocanjie |
ArtifactId | ArtifactIdmyjpa-spring-boot-starter |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.mocanjie/myjpa-spring-boot-starter/ -->
<dependency>
<groupId>io.github.mocanjie</groupId>
<artifactId>myjpa-spring-boot-starter</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mocanjie/myjpa-spring-boot-starter/
implementation 'io.github.mocanjie:myjpa-spring-boot-starter:1.1'
// https://jarcasting.com/artifacts/io.github.mocanjie/myjpa-spring-boot-starter/
implementation ("io.github.mocanjie:myjpa-spring-boot-starter:1.1")
'io.github.mocanjie:myjpa-spring-boot-starter:jar:1.1'
<dependency org="io.github.mocanjie" name="myjpa-spring-boot-starter" rev="1.1">
<artifact name="myjpa-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mocanjie', module='myjpa-spring-boot-starter', version='1.1')
)
libraryDependencies += "io.github.mocanjie" % "myjpa-spring-boot-starter" % "1.1"
[io.github.mocanjie/myjpa-spring-boot-starter "1.1"]