program-in-chinese / zhconverter

用中文编写Java代码实现的中文字符简繁体互相转换, 基于https://code.google.com/archive/p/java-zhconverter/
GNU Lesser General Public License v3.0
44 stars 14 forks source link

maven上的0.0.5版是不是有問題? #4

Open abccbaandy opened 3 years ago

abccbaandy commented 3 years ago

build錯誤 Cannot resolve com.github.program_in_chinese:junit4_in_chinese:0.0.1-SNAPSHOT

makewheels commented 3 years ago

依赖里面,version,0.0.1没有snapshot \<dependency>   \<groupId>com.github.program_in_chinese\</groupId>   \<artifactId>junit4_in_chinese\</artifactId>   \<version>0.0.1\</version> \</dependency>

\<dependency>     \<groupId>com.github.nobodxbodon\</groupId>     \<artifactId>zhconverter\</artifactId>     \<version>0.0.5\</version>     \<exclusions>         \<exclusion>             \<groupId>com.github.program_in_chinese\</groupId>             \<artifactId>junit4_in_chinese\</artifactId>         \</exclusion>     \</exclusions> \</dependency>