License |
License |
---|---|
GroupId | GroupIdcom.itxiaoer.commons |
ArtifactId | ArtifactIdcommons-sample-jpa |
Last Version | Last Version2.2.25 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-sample-jpa
Demo project for Spring Boot
|
Filename | Size |
---|---|
commons-sample-jpa-2.2.25.pom | |
commons-sample-jpa-2.2.25.jar | 10 KB |
commons-sample-jpa-2.2.25-sources.jar | 5 KB |
commons-sample-jpa-2.2.25-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.itxiaoer.commons/commons-sample-jpa/ -->
<dependency>
<groupId>com.itxiaoer.commons</groupId>
<artifactId>commons-sample-jpa</artifactId>
<version>2.2.25</version>
</dependency>
// https://jarcasting.com/artifacts/com.itxiaoer.commons/commons-sample-jpa/
implementation 'com.itxiaoer.commons:commons-sample-jpa:2.2.25'
// https://jarcasting.com/artifacts/com.itxiaoer.commons/commons-sample-jpa/
implementation ("com.itxiaoer.commons:commons-sample-jpa:2.2.25")
'com.itxiaoer.commons:commons-sample-jpa:jar:2.2.25'
<dependency org="com.itxiaoer.commons" name="commons-sample-jpa" rev="2.2.25">
<artifact name="commons-sample-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itxiaoer.commons', module='commons-sample-jpa', version='2.2.25')
)
libraryDependencies += "com.itxiaoer.commons" % "commons-sample-jpa" % "2.2.25"
[com.itxiaoer.commons/commons-sample-jpa "2.2.25"]
Group / Artifact | Type | Version |
---|---|---|
com.itxiaoer.commons : commons-jpa | jar | 2.2.25 |
com.itxiaoer.commons : commons-redis | jar | 2.2.25 |
org.springframework.boot : spring-boot-starter-web | jar | |
org.projectlombok : lombok Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
junit : junit | jar | 4.12 |