License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Doma Data ORM |
GroupId | GroupIdco.abit.api |
ArtifactId | ArtifactIdidentity-domain |
Version | Version1.1.1 |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
identity-domain-1.1.1.pom | |
identity-domain-1.1.1.jar | 12 KB |
identity-domain-1.1.1-sources.jar | 1 KB |
identity-domain-1.1.1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.abit.api/identity-domain/ -->
<dependency>
<groupId>co.abit.api</groupId>
<artifactId>identity-domain</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.abit.api/identity-domain/
implementation 'co.abit.api:identity-domain:1.1.1'
// https://jarcasting.com/artifacts/co.abit.api/identity-domain/
implementation ("co.abit.api:identity-domain:1.1.1")
'co.abit.api:identity-domain:jar:1.1.1'
<dependency org="co.abit.api" name="identity-domain" rev="1.1.1">
<artifact name="identity-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.abit.api', module='identity-domain', version='1.1.1')
)
libraryDependencies += "co.abit.api" % "identity-domain" % "1.1.1"
[co.abit.api/identity-domain "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
co.abit.prime : prime-common | jar | 1.0.7 |
co.abit.prime : prime-security | jar | 1.0.2 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.9.5 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.20 |