Skip to content

Latest commit

 

History

213 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages