is not current version
Last Version 0.1.1

com.enocklubowa:spring-common-exceptions 0.0.1

Common exceptions that need to be thrown for Spring boot

GroupId

GroupId

com.enocklubowa
ArtifactId

ArtifactId

spring-common-exceptions
Version

Version

0.0.1
Type

Type

jar

Download spring-common-exceptions 0.0.1


<!-- https://jarcasting.com/artifacts/com.enocklubowa/spring-common-exceptions/ -->
<dependency>
    <groupId>com.enocklubowa</groupId>
    <artifactId>spring-common-exceptions</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.enocklubowa/spring-common-exceptions/
implementation 'com.enocklubowa:spring-common-exceptions:0.0.1'
// https://jarcasting.com/artifacts/com.enocklubowa/spring-common-exceptions/
implementation ("com.enocklubowa:spring-common-exceptions:0.0.1")
'com.enocklubowa:spring-common-exceptions:jar:0.0.1'
<dependency org="com.enocklubowa" name="spring-common-exceptions" rev="0.0.1">
  <artifact name="spring-common-exceptions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.enocklubowa', module='spring-common-exceptions', version='0.0.1')
)
libraryDependencies += "com.enocklubowa" % "spring-common-exceptions" % "0.0.1"
[com.enocklubowa/spring-common-exceptions "0.0.1"]