s

smartcosmos-dao-relationships

DAO interfaces and DTO necessary to properly implement a Relationship RDAO.
文件下载
文件名 操作
smartcosmos-dao-relationships-3.0.0.jar 下载
smartcosmos-dao-relationships-3.0.0.pom 下载
smartcosmos-dao-relationships-3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.smartcosmos</groupId>
  <artifactId>smartcosmos-dao-relationships</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'net.smartcosmos:smartcosmos-dao-relationships:3.0.0'
Gradle Kotlin
implementation("net.smartcosmos:smartcosmos-dao-relationships:3.0.0")
Scala SBT
libraryDependencies += "net.smartcosmos" % "smartcosmos-dao-relationships" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='net.smartcosmos', module='smartcosmos-dao-relationships', version='3.0.0')
)
Apache Ivy
<dependency org="net.smartcosmos" name="smartcosmos-dao-relationships" rev="3.0.0" />
Leiningen
[net.smartcosmos/smartcosmos-dao-relationships "3.0.0"]
Apache Buildr
'net.smartcosmos:smartcosmos-dao-relationships:jar:3.0.0'