better-jieba icon indicating copy to clipboard operation
better-jieba copied to clipboard

Gradle can not found dependency

Open luozhouyang opened this issue 5 years ago • 0 comments

I use gradle to download this dependency:

implementation 'com.manlier:better-jieba:1.0.0-SNAPSHOT'

But, error occurs:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not find org.manlier:better-jieba:1.0.0-SNAPSHOT.
     Required by:
         project :

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

luozhouyang avatar Jan 09 '20 02:01 luozhouyang