| License |
License |
|---|---|
| GroupId | GroupIdsh.bader.common |
| ArtifactId | ArtifactIdservice |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionCommon Service
Common library for better spring services.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| service-1.0.0.pom | |
| service-1.0.0.jar | 13 KB |
| service-1.0.0-sources.jar | 9 KB |
| service-1.0.0-javadoc.jar | 411 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/sh.bader.common/service/ -->
<dependency>
<groupId>sh.bader.common</groupId>
<artifactId>service</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/sh.bader.common/service/
implementation 'sh.bader.common:service:1.0.0'
// https://jarcasting.com/artifacts/sh.bader.common/service/
implementation ("sh.bader.common:service:1.0.0")
'sh.bader.common:service:jar:1.0.0'
<dependency org="sh.bader.common" name="service" rev="1.0.0">
<artifact name="service" type="jar" />
</dependency>
@Grapes(
@Grab(group='sh.bader.common', module='service', version='1.0.0')
)
libraryDependencies += "sh.bader.common" % "service" % "1.0.0"
[sh.bader.common/service "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| sh.bader.common : id | jar | 1.0.0 |
| sh.bader.common : attribute | jar | 1.0.0 |
| sh.bader.common : validation | jar | 1.0.0 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 5.3.14 |
| org.springframework.data : spring-data-jpa | jar | 2.6.0 |
| 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 |