| License |
License |
|---|---|
| GroupId | GroupIdsh.bader.common |
| ArtifactId | ArtifactIdid |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCommon ID
Common library to work with typed ids.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| id-1.0.1.pom | |
| id-1.0.1.jar | 20 KB |
| id-1.0.1-sources.jar | 11 KB |
| id-1.0.1-javadoc.jar | 449 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/sh.bader.common/id/ -->
<dependency>
<groupId>sh.bader.common</groupId>
<artifactId>id</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/sh.bader.common/id/
implementation 'sh.bader.common:id:1.0.1'
// https://jarcasting.com/artifacts/sh.bader.common/id/
implementation ("sh.bader.common:id:1.0.1")
'sh.bader.common:id:jar:1.0.1'
<dependency org="sh.bader.common" name="id" rev="1.0.1">
<artifact name="id" type="jar" />
</dependency>
@Grapes(
@Grab(group='sh.bader.common', module='id', version='1.0.1')
)
libraryDependencies += "sh.bader.common" % "id" % "1.0.1"
[sh.bader.common/id "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| org.reflections : reflections | jar | 0.10.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
| org.hibernate : hibernate-core | jar | 5.6.3.Final |
| org.springframework : spring-context | jar | 5.3.14 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| com.github.npathai : hamcrest-optional | jar | 2.0.0 |