We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
能否将这个Jutils发布到Maven仓库呀
The text was updated successfully, but these errors were encountered:
目前功能还不够强大,等功能足够强大了,再来搞吧!要靠你们来完善了
Sorry, something went wrong.
目前已暂时放到了自己在Github上搭建的Maven私服里,使用方法:
<repositories> <repository> <id>haoch-maven-snapshot-repository</id> <name>haoch-maven-snapshot-repository</name> <url>https://raw.github.com/gefangshuai/maven/master/</url> </repository> </repositories>
<dependency> <groupId>com.jutils</groupId> <artifactId>jutils</artifactId> <version>0.0.1-SNAPSHOT</version> </dependency>
私人仓库可以放!感觉maven仓库还不行啊!有很多功能需要完善。同时也缺少很多工具类,比如xml解析、json解析,xml到map、map到xml、xml到bean、bean到xml、map到bean、bean到map,网络方面的等等。同时也有一些规范没有做好!总之这个还是存在很多可有扩展、优化的地方!如果交给我具体来做的,估计要到明年了。今年有其他的任务!
No branches or pull requests
能否将这个Jutils发布到Maven仓库呀
The text was updated successfully, but these errors were encountered: