License |
License |
---|---|
GroupId | GroupIdcom.enocklubowa |
ArtifactId | ArtifactIdspring-common-exceptions |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptionspring-common-exceptions
Common exceptions that need to be thrown for Spring boot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.enocklubowa/spring-common-exceptions/ -->
<dependency>
<groupId>com.enocklubowa</groupId>
<artifactId>spring-common-exceptions</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.enocklubowa/spring-common-exceptions/
implementation 'com.enocklubowa:spring-common-exceptions:0.1.0'
// https://jarcasting.com/artifacts/com.enocklubowa/spring-common-exceptions/
implementation ("com.enocklubowa:spring-common-exceptions:0.1.0")
'com.enocklubowa:spring-common-exceptions:jar:0.1.0'
<dependency org="com.enocklubowa" name="spring-common-exceptions" rev="0.1.0">
<artifact name="spring-common-exceptions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.enocklubowa', module='spring-common-exceptions', version='0.1.0')
)
libraryDependencies += "com.enocklubowa" % "spring-common-exceptions" % "0.1.0"
[com.enocklubowa/spring-common-exceptions "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.6.2 |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.6.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.mockito : mockito-junit-jupiter | jar | 4.2.0 |