Java Utilities framework
Provided by Yui-Kitamura LLC.
We host the releases on Maven Central
So please use the latest if you don`t have any special issue.
<dependency>
<!-- https://mvnrepository.com/artifact/pro.eng.yui/YuiFramework -->
<groupId>pro.eng.yui</groupId>
<artifactId>YuiFrame</artifactId>
<version>1.1.2</version>
</dependency>module yourModuleName {
requires pro.eng.yui.YuiFramework;
...YuiFrame.StringUtil.eq(arg1, arg2);You can see the JavaDocs in our JavaDoc site
Mirror of the site