We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i'm getting this error after implementing de.vandermeer:asciitable:0.3.2 with exluding 'org.antlr' because it's confict with another 'org.antlr' lib
implementation('de.vandermeer:asciitable:0.3.2', { exclude group: 'org.antlr' })
Caused by: java.lang.NoClassDefFoundError: de.vandermeer.skb.interfaces.transformers.Object_To_StrBuilder$1
The text was updated successfully, but these errors were encountered:
If more get the same problem..
Disclosure. Not doing an android app. Just simple console one.
You need to add some more libraries.
https://search.maven.org/artifact/de.vandermeer/skb-interfaces/0.0.2/jar https://search.maven.org/artifact/de.vandermeer/ascii-utf-themes/0.0.1/jar https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 https://www.stringtemplate.org/download.html
Hope it helps someone :) I know, I'm one year late.
Sorry, something went wrong.
No branches or pull requests
i'm getting this error after implementing de.vandermeer:asciitable:0.3.2 with exluding 'org.antlr' because it's confict with another 'org.antlr' lib
implementation('de.vandermeer:asciitable:0.3.2', {
exclude group: 'org.antlr'
})
Caused by: java.lang.NoClassDefFoundError: de.vandermeer.skb.interfaces.transformers.Object_To_StrBuilder$1
The text was updated successfully, but these errors were encountered: