MVN

com.github.damianwajser : spring-commons-exception

Maven & Gradle

May 19, 2023
5 usages
<dependency>
    <groupId>com.github.damianwajser</groupId>
    <artifactId>spring-commons-exception</artifactId>
    <version>1.28.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.damianwajser : spring-commons-exception to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.28.6
  • Latest Release Candidate: 1.19.0-RC1
  • Latest Beta: 1.24.4-beta1
  • Latest Alpha: 1.19.0-Alpha

All Versions

Choose a version of com.github.damianwajser : spring-commons-exception to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.28.x
spring-commons-exception-1.28.6
spring-commons-exception-1.28.4
spring-commons-exception-1.28.3
spring-commons-exception-1.28.2
spring-commons-exception-1.28.1
spring-commons-exception-1.28.0
1.27.x
spring-commons-exception-1.27.5
spring-commons-exception-1.27.1
spring-commons-exception-1.27.0
1.26.x
spring-commons-exception-1.26.0
1.25.x
spring-commons-exception-1.25.1
spring-commons-exception-1.25.0
1.24.x
spring-commons-exception-1.24.5
spring-commons-exception-1.24.4-beta1
spring-commons-exception-1.24.4-beta
spring-commons-exception-1.24.3
spring-commons-exception-1.24.2
spring-commons-exception-1.24.0
1.23.x
spring-commons-exception-1.23.0
1.22.x
spring-commons-exception-1.22.6
spring-commons-exception-1.22.5
spring-commons-exception-1.22.4
spring-commons-exception-1.22.1
spring-commons-exception-1.22.0
1.21.x
spring-commons-exception-1.21.0
1.20.x
spring-commons-exception-1.20.2
spring-commons-exception-1.20.1
spring-commons-exception-1.20.0
1.19.x
spring-commons-exception-1.19.0-RC1
spring-commons-exception-1.19.0-Alpha
1.18.x
spring-commons-exception-1.18.2
spring-commons-exception-1.18.0
1.17.x
spring-commons-exception-1.17.2
spring-commons-exception-1.17.1
spring-commons-exception-1.17.0
1.16.x
spring-commons-exception-1.16.0
1.15.x
spring-commons-exception-1.15.6
spring-commons-exception-1.15.5
spring-commons-exception-1.15.4
spring-commons-exception-1.15.3
spring-commons-exception-1.15.2
spring-commons-exception-1.15.0
1.14.x
spring-commons-exception-1.14.10
spring-commons-exception-1.14.9
spring-commons-exception-1.14.8
spring-commons-exception-1.14.5
spring-commons-exception-1.14.4
spring-commons-exception-1.14.3
spring-commons-exception-1.14.2
spring-commons-exception-1.14.1
1.13.x
spring-commons-exception-1.13.11
spring-commons-exception-1.13.10
spring-commons-exception-1.13.9
spring-commons-exception-1.13.6
spring-commons-exception-1.13.4
spring-commons-exception-1.13.3
spring-commons-exception-1.13.2
spring-commons-exception-1.13.1
1.12.x
spring-commons-exception-1.12.1
spring-commons-exception-1.12.0
1.11.x
spring-commons-exception-1.11.6
spring-commons-exception-1.11.5
spring-commons-exception-1.11.4
spring-commons-exception-1.11.3
spring-commons-exception-1.11.2
spring-commons-exception-1.11.1
spring-commons-exception-1.11.0
1.10.x
spring-commons-exception-1.10.3
spring-commons-exception-1.10.2
spring-commons-exception-1.10.0
1.9.x
spring-commons-exception-1.9.1
spring-commons-exception-1.9.0
1.8.x
spring-commons-exception-1.8.5
spring-commons-exception-1.8.1
spring-commons-exception-1.8.0
1.7.x
spring-commons-exception-1.7.1
spring-commons-exception-1.7.0
1.6.x
spring-commons-exception-1.6.4
spring-commons-exception-1.6.3
spring-commons-exception-1.6.2
spring-commons-exception-1.6.1
spring-commons-exception-1.6.0
1.5.x
spring-commons-exception-1.5.0
1.4.x
spring-commons-exception-1.4.0
1.3.x
spring-commons-exception-1.3.0
1.2.x
spring-commons-exception-1.2.1
spring-commons-exception-1.2.0
1.1.x
spring-commons-exception-1.1.0
1.0.x
spring-commons-exception-1.0.2
spring-commons-exception-1.0.1
spring-commons-exception-1.0.0
0.0.x
spring-commons-exception-0.0.24
spring-commons-exception-0.0.23
spring-commons-exception-0.0.22
spring-commons-exception-0.0.20
spring-commons-exception-0.0.18
spring-commons-exception-0.0.17
spring-commons-exception-0.0.16
spring-commons-exception-0.0.15

How to add a dependency to Maven

Add the following com.github.damianwajser : spring-commons-exception maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.damianwajser</groupId>
    <artifactId>spring-commons-exception</artifactId>
    <version>1.28.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.damianwajser : spring-commons-exception gradle dependency to your build.gradle file:

implementation 'com.github.damianwajser:spring-commons-exception:1.28.6'

Gradle Kotlin DSL: Add the following com.github.damianwajser : spring-commons-exception gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.damianwajser:spring-commons-exception:1.28.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.damianwajser : spring-commons-exception sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.damianwajser" % "spring-commons-exception" % "1.28.6"

Advertisement