s

smartcosmos-dao-metadata

DAO interfaces and DTO necessary to properly implement an Metadata RDAO.
Files download
File Operation
smartcosmos-dao-metadata-3.0.1.jar download
smartcosmos-dao-metadata-3.0.1.pom download
smartcosmos-dao-metadata-3.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.smartcosmos</groupId>
  <artifactId>smartcosmos-dao-metadata</artifactId>
  <version>3.0.1</version>
</dependency>
Gradle Groovy
implementation 'net.smartcosmos:smartcosmos-dao-metadata:3.0.1'
Gradle Kotlin
implementation("net.smartcosmos:smartcosmos-dao-metadata:3.0.1")
Scala SBT
libraryDependencies += "net.smartcosmos" % "smartcosmos-dao-metadata" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='net.smartcosmos', module='smartcosmos-dao-metadata', version='3.0.1')
)
Apache Ivy
<dependency org="net.smartcosmos" name="smartcosmos-dao-metadata" rev="3.0.1" />
Leiningen
[net.smartcosmos/smartcosmos-dao-metadata "3.0.1"]
Apache Buildr
'net.smartcosmos:smartcosmos-dao-metadata:jar:3.0.1'