s

smartcosmos-dao-things

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