-
Notifications
You must be signed in to change notification settings - Fork 2
Installing
Taner Şener edited this page Mar 13, 2022
·
2 revisions
Binaries are available at Github and Maven Central.
Add SmartException dependency to your build.gradle
.
- Java 9 or later
dependencies {
implementation 'com.arthenica:smart-exception-java9:0.2.0'
}
- Java 7/8 or Android
dependencies {
implementation 'com.arthenica:smart-exception-java:0.2.0'
}
You can import SmartException
jars into your IDE manually. Remember that both smart-exception-java9
and
smart-exception-java
jars depend on smart-exception-common
. So, do not forget to import smart-exception-common
too.
Copyright (c) 2020-2022 SmartException