MVN

com.qwlabs.doraemon : exceptions

Maven & Gradle

Aug 25, 2023
10 stars

exceptions · Common lang for Java

<dependency>
    <groupId>com.qwlabs.doraemon</groupId>
    <artifactId>exceptions</artifactId>
    <version>0.2.264</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.qwlabs.doraemon : exceptions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.264

All Versions

Choose a version of com.qwlabs.doraemon : exceptions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
exceptions-0.2.264
exceptions-0.2.263
exceptions-0.2.262
exceptions-0.2.261
exceptions-0.2.259
exceptions-0.2.257
exceptions-0.2.256
exceptions-0.2.255
exceptions-0.2.254
exceptions-0.2.252
exceptions-0.2.251
exceptions-0.2.250
exceptions-0.2.249
exceptions-0.2.248
exceptions-0.2.247
exceptions-0.2.244
exceptions-0.2.243
exceptions-0.2.242
exceptions-0.2.241
exceptions-0.2.240
exceptions-0.2.239
exceptions-0.2.236
exceptions-0.2.235
exceptions-0.2.234
exceptions-0.2.233
exceptions-0.2.232
exceptions-0.2.231
exceptions-0.2.230
exceptions-0.2.229
exceptions-0.2.228
exceptions-0.2.227
exceptions-0.2.226
exceptions-0.2.223
exceptions-0.2.222
exceptions-0.2.221
exceptions-0.2.220
exceptions-0.2.219
exceptions-0.2.218
exceptions-0.2.217
exceptions-0.2.216
exceptions-0.2.215
exceptions-0.2.214
exceptions-0.2.213
exceptions-0.2.212
exceptions-0.2.211
exceptions-0.2.210
exceptions-0.2.209
exceptions-0.2.208
exceptions-0.2.207
exceptions-0.2.205
exceptions-0.2.204
exceptions-0.2.203
exceptions-0.2.202
exceptions-0.2.201
exceptions-0.2.200
exceptions-0.2.199
exceptions-0.2.198
exceptions-0.2.197
exceptions-0.2.196
exceptions-0.2.195
exceptions-0.2.194
exceptions-0.2.193
exceptions-0.2.192
exceptions-0.2.191
exceptions-0.2.190
exceptions-0.2.189
exceptions-0.2.188
exceptions-0.2.187
exceptions-0.2.186
exceptions-0.2.185
exceptions-0.2.184
exceptions-0.2.183
exceptions-0.2.182
exceptions-0.2.181
exceptions-0.2.180
exceptions-0.2.179
exceptions-0.2.177
exceptions-0.2.176
exceptions-0.2.175
exceptions-0.2.174
exceptions-0.2.173
exceptions-0.2.172
exceptions-0.2.171
exceptions-0.2.170
exceptions-0.2.169
exceptions-0.2.168
exceptions-0.2.167
exceptions-0.2.166
exceptions-0.2.165
exceptions-0.2.164
exceptions-0.2.163
exceptions-0.2.162
exceptions-0.2.161
exceptions-0.2.160
exceptions-0.2.159
exceptions-0.2.158
exceptions-0.2.157
exceptions-0.2.155
exceptions-0.2.154
exceptions-0.2.153
exceptions-0.2.152
exceptions-0.2.151
exceptions-0.2.150
exceptions-0.2.149
exceptions-0.2.148
exceptions-0.2.141
exceptions-0.2.140
exceptions-0.2.139
exceptions-0.2.138
exceptions-0.2.137
exceptions-0.2.136
exceptions-0.2.135
exceptions-0.2.134
exceptions-0.2.132
exceptions-0.2.131
exceptions-0.2.130
exceptions-0.2.129
exceptions-0.2.128
exceptions-0.2.127
exceptions-0.2.126
exceptions-0.2.125
exceptions-0.2.124
exceptions-0.2.122
exceptions-0.2.121
exceptions-0.2.120
exceptions-0.2.119
exceptions-0.2.118
exceptions-0.2.117
exceptions-0.2.116
exceptions-0.2.115
exceptions-0.2.113
exceptions-0.2.112
exceptions-0.2.111
exceptions-0.2.110
exceptions-0.2.109
exceptions-0.2.108
exceptions-0.2.107
exceptions-0.2.106
exceptions-0.2.105
exceptions-0.2.104
exceptions-0.2.103
exceptions-0.2.100
exceptions-0.2.99
exceptions-0.2.98
exceptions-0.2.97
0.1.x
exceptions-0.1.96
exceptions-0.1.95
exceptions-0.1.94
exceptions-0.1.93
exceptions-0.1.92
exceptions-0.1.90
exceptions-0.1.89
exceptions-0.1.88
exceptions-0.1.87
exceptions-0.1.85
exceptions-0.1.83
exceptions-0.1.82
exceptions-0.1.81
exceptions-0.1.80
exceptions-0.1.79
exceptions-0.1.78
exceptions-0.1.77
exceptions-0.1.76
exceptions-0.1.74
exceptions-0.1.73
exceptions-0.1.72
exceptions-0.1.71
exceptions-0.1.69
exceptions-0.1.68
exceptions-0.1.67
exceptions-0.1.66
exceptions-0.1.65
exceptions-0.1.64
exceptions-0.1.63
exceptions-0.1.61
exceptions-0.1.60
exceptions-0.1.59
exceptions-0.1.58
exceptions-0.1.57
exceptions-0.1.56
exceptions-0.1.55

How to add a dependency to Maven

Add the following com.qwlabs.doraemon : exceptions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.qwlabs.doraemon</groupId>
    <artifactId>exceptions</artifactId>
    <version>0.2.264</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.qwlabs.doraemon : exceptions gradle dependency to your build.gradle file:

implementation 'com.qwlabs.doraemon:exceptions:0.2.264'

Gradle Kotlin DSL: Add the following com.qwlabs.doraemon : exceptions gradle kotlin dependency to your build.gradle.kts file:

implementation("com.qwlabs.doraemon:exceptions:0.2.264")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.qwlabs.doraemon : exceptions sbt scala dependency to your build.sbt file:

libraryDependencies += "com.qwlabs.doraemon" % "exceptions" % "0.2.264"

Advertisement