License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.huifer |
ArtifactId | ArtifactIdspring-boot-example |
Version | Version1.0.0-Releases |
Type | Typejar |
Description |
DescriptionJPA entity plugins.
|
<!-- https://jarcasting.com/artifacts/com.github.huifer/spring-boot-example/ -->
<dependency>
<groupId>com.github.huifer</groupId>
<artifactId>spring-boot-example</artifactId>
<version>1.0.0-Releases</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.huifer/spring-boot-example/
implementation 'com.github.huifer:spring-boot-example:1.0.0-Releases'
// https://jarcasting.com/artifacts/com.github.huifer/spring-boot-example/
implementation ("com.github.huifer:spring-boot-example:1.0.0-Releases")
'com.github.huifer:spring-boot-example:jar:1.0.0-Releases'
<dependency org="com.github.huifer" name="spring-boot-example" rev="1.0.0-Releases">
<artifact name="spring-boot-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.huifer', module='spring-boot-example', version='1.0.0-Releases')
)
libraryDependencies += "com.github.huifer" % "spring-boot-example" % "1.0.0-Releases"
[com.github.huifer/spring-boot-example "1.0.0-Releases"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-jdbc | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-data-jpa | jar | |
com.google.code.gson : gson | jar | 2.8.6 |
com.github.huifer : entity-plugin-core | jar | 1.0.0-Releases |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |