License |
License |
---|---|
GroupId | GroupIdxyz.shodown |
ArtifactId | ArtifactIdshodown-jpa |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionshodown基础依赖包父pom
|
Filename | Size |
---|---|
shodown-jpa-2.0.0.pom | |
shodown-jpa-2.0.0.jar | 8 KB |
shodown-jpa-2.0.0-sources.jar | 6 KB |
shodown-jpa-2.0.0-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.shodown/shodown-jpa/ -->
<dependency>
<groupId>xyz.shodown</groupId>
<artifactId>shodown-jpa</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.shodown/shodown-jpa/
implementation 'xyz.shodown:shodown-jpa:2.0.0'
// https://jarcasting.com/artifacts/xyz.shodown/shodown-jpa/
implementation ("xyz.shodown:shodown-jpa:2.0.0")
'xyz.shodown:shodown-jpa:jar:2.0.0'
<dependency org="xyz.shodown" name="shodown-jpa" rev="2.0.0">
<artifact name="shodown-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.shodown', module='shodown-jpa', version='2.0.0')
)
libraryDependencies += "xyz.shodown" % "shodown-jpa" % "2.0.0"
[xyz.shodown/shodown-jpa "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.6.6 |
xyz.shodown : shodown-dynamicdb | jar | 2.0.0 |
org.projectlombok : lombok | jar | 1.18.18 |
Group / Artifact | Type | Version |
---|---|---|
org.postgresql : postgresql | jar | 42.3.3 |
mysql : mysql-connector-java | jar | 8.0.23 |
com.oracle.database.jdbc : ojdbc8 | jar | 21.1.0.0 |