Skip to content

Yui-KitamuraLLC/YuiFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YuiFramework

GitHub GitHub Workflow Status GitHub top language GitHub all releases GitHub repo size GitHub issues

Java Utilities framework Provided by Yui-Kitamura LLC. GitHub Sponsors

How to use

We host the releases on Maven Central
So please use the latest if you don`t have any special issue.
Maven Central

pom.xml

<dependency>
    <!-- https://mvnrepository.com/artifact/pro.eng.yui/YuiFramework -->
    <groupId>pro.eng.yui</groupId>
    <artifactId>YuiFrame</artifactId>
    <version>1.1.2</version>
</dependency>

module-info.java

module yourModuleName {
   requires pro.eng.yui.YuiFramework;
    ...

in-your-source.java

YuiFrame.StringUtil.eq(arg1, arg2);

JavaDoc

You can see the JavaDocs in our JavaDoc site Website
Mirror of the site Website

About

Java Framework and Utilities

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  
  •  

Packages

No packages published

Contributors 2

  •  
  •  

Languages