s

smartcosmos-user-details

REST Controller for hooking into the DAO implementations
Files download
File Operation
smartcosmos-user-details-0.0.2.jar download
smartcosmos-user-details-0.0.2.pom download
smartcosmos-user-details-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.smartcosmos</groupId>
  <artifactId>smartcosmos-user-details</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'net.smartcosmos:smartcosmos-user-details:0.0.2'
Gradle Kotlin
implementation("net.smartcosmos:smartcosmos-user-details:0.0.2")
Scala SBT
libraryDependencies += "net.smartcosmos" % "smartcosmos-user-details" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='net.smartcosmos', module='smartcosmos-user-details', version='0.0.2')
)
Apache Ivy
<dependency org="net.smartcosmos" name="smartcosmos-user-details" rev="0.0.2" />
Leiningen
[net.smartcosmos/smartcosmos-user-details "0.0.2"]
Apache Buildr
'net.smartcosmos:smartcosmos-user-details:jar:0.0.2'