SMART COSMOS DevKit User Entities
Copyright and License
Code and documentation copyright 2016 Smartrac Technology Fletcher, Inc. Code released under Apache 2.0 License.
| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.smartcosmos |
| ArtifactId | ArtifactIdsmartcosmos-user-entity-devkit |
| Last Version | Last Version3.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSMART COSMOS USER DAO Entities and Services
Devkit implementation of User mananagement entities and data layer
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-user-entity-devkit/ -->
<dependency>
<groupId>net.smartcosmos</groupId>
<artifactId>smartcosmos-user-entity-devkit</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-user-entity-devkit/
implementation 'net.smartcosmos:smartcosmos-user-entity-devkit:3.0.0'
// https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-user-entity-devkit/
implementation ("net.smartcosmos:smartcosmos-user-entity-devkit:3.0.0")
'net.smartcosmos:smartcosmos-user-entity-devkit:jar:3.0.0'
<dependency org="net.smartcosmos" name="smartcosmos-user-entity-devkit" rev="3.0.0">
<artifact name="smartcosmos-user-entity-devkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.smartcosmos', module='smartcosmos-user-entity-devkit', version='3.0.0')
)
libraryDependencies += "net.smartcosmos" % "smartcosmos-user-entity-devkit" % "3.0.0"
[net.smartcosmos/smartcosmos-user-entity-devkit "3.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.uuid : java-uuid-generator | jar | 3.1.4 |
| net.smartcosmos : smartcosmos-framework | jar | 3.0.0 |
| org.springframework.boot : spring-boot-starter-data-jpa | jar | |
| org.springframework.boot : spring-boot-starter-validation | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.h2database : h2 | jar | |
| org.springframework.boot : spring-boot-starter-test | jar |
Code and documentation copyright 2016 Smartrac Technology Fletcher, Inc. Code released under Apache 2.0 License.