s

subentity-jdbc-dao-starter

Spring Boot starter for storing data as an entity-subentity hierarchy with a parent-child relationship.
https://commons.nedra.digital/java
文件下载
文件名 操作
subentity-jdbc-dao-starter-2.0.3.jar 下载
subentity-jdbc-dao-starter-2.0.3.pom 下载
subentity-jdbc-dao-starter-2.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>digital.nedra.commons.starter</groupId>
  <artifactId>subentity-jdbc-dao-starter</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'digital.nedra.commons.starter:subentity-jdbc-dao-starter:2.0.3'
Gradle Kotlin
implementation("digital.nedra.commons.starter:subentity-jdbc-dao-starter:2.0.3")
Scala SBT
libraryDependencies += "digital.nedra.commons.starter" % "subentity-jdbc-dao-starter" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='digital.nedra.commons.starter', module='subentity-jdbc-dao-starter', version='2.0.3')
)
Apache Ivy
<dependency org="digital.nedra.commons.starter" name="subentity-jdbc-dao-starter" rev="2.0.3" />
Leiningen
[digital.nedra.commons.starter/subentity-jdbc-dao-starter "2.0.3"]
Apache Buildr
'digital.nedra.commons.starter:subentity-jdbc-dao-starter:jar:2.0.3'