License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.sflpro.identity |
ArtifactId | ArtifactIdidentity-core-db-entities |
Version | Version0.0.4 |
Type | Typejar |
Description |
DescriptionIdentity is a micro-service designed to help you organize authentication and authorization in your application
|
<!-- https://jarcasting.com/artifacts/com.sflpro.identity/identity-core-db-entities/ -->
<dependency>
<groupId>com.sflpro.identity</groupId>
<artifactId>identity-core-db-entities</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sflpro.identity/identity-core-db-entities/
implementation 'com.sflpro.identity:identity-core-db-entities:0.0.4'
// https://jarcasting.com/artifacts/com.sflpro.identity/identity-core-db-entities/
implementation ("com.sflpro.identity:identity-core-db-entities:0.0.4")
'com.sflpro.identity:identity-core-db-entities:jar:0.0.4'
<dependency org="com.sflpro.identity" name="identity-core-db-entities" rev="0.0.4">
<artifact name="identity-core-db-entities" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sflpro.identity', module='identity-core-db-entities', version='0.0.4')
)
libraryDependencies += "com.sflpro.identity" % "identity-core-db-entities" % "0.0.4"
[com.sflpro.identity/identity-core-db-entities "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.sflpro.identity : identity-core-datatypes | jar | 0.0.4 |
org.springframework.boot : spring-boot-starter-data-jpa | jar | |
org.hibernate.validator : hibernate-validator | jar | |
org.apache.commons : commons-lang3 | jar | 3.7 |