Categories |
CategoriesSpring Boot Container Microservices ORM Data |
---|---|
GroupId | GroupIdio.github.itliwei |
ArtifactId | ArtifactIdmvcorm-spring-boot-starter |
Version | Version0.0.3-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.itliwei/mvcorm-spring-boot-starter/ -->
<dependency>
<groupId>io.github.itliwei</groupId>
<artifactId>mvcorm-spring-boot-starter</artifactId>
<version>0.0.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.itliwei/mvcorm-spring-boot-starter/
implementation 'io.github.itliwei:mvcorm-spring-boot-starter:0.0.3-RELEASE'
// https://jarcasting.com/artifacts/io.github.itliwei/mvcorm-spring-boot-starter/
implementation ("io.github.itliwei:mvcorm-spring-boot-starter:0.0.3-RELEASE")
'io.github.itliwei:mvcorm-spring-boot-starter:jar:0.0.3-RELEASE'
<dependency org="io.github.itliwei" name="mvcorm-spring-boot-starter" rev="0.0.3-RELEASE">
<artifact name="mvcorm-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.itliwei', module='mvcorm-spring-boot-starter', version='0.0.3-RELEASE')
)
libraryDependencies += "io.github.itliwei" % "mvcorm-spring-boot-starter" % "0.0.3-RELEASE"
[io.github.itliwei/mvcorm-spring-boot-starter "0.0.3-RELEASE"]