Apache Commons Lang 3.8.1 发布,Java 常用工具包

栏目: 软件资讯 · 发布时间: 7年前

内容简介:Apache Commons Lang 3.8.1 发布了,这是 Commons 项目中用来处理 Java 基本对象方法的工具类包,可以简化很多平时经常要用到的写法,例如判断字符串是否为空等等。 3.8.1 下载地址 >>> https://commons.apache.o...

Apache Commons Lang 3.8.1 发布了,这是 Commons 项目中用来处理 Java 基本对象方法的 工具 类包,可以简化很多平时经常要用到的写法,例如判断字符串是否为空等等。

3.8.1 下载地址 >>> https://commons.apache.org/proper/commons-lang/download_lang.cgi

Maven

<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-lang3</artifactId>
  <version>3.8.1</version>
</dependency>

Commons Lang 3.x 最低要求 Java 7,同时支持 Java 8, 9, 10。

具体来说,Apache Commons Lang 3.8.1 是一个 bugfix 版本,用于解决 LANG-1419 Restore BundleSymbolicName 在 3.8.0 中的回归错误。

详情请查看发布说明


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《Apache Commons Lang 3.8.1 发布,Java 常用工具包》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Is Parallel Programming Hard, And, If So, What Can You Do About

Is Parallel Programming Hard, And, If So, What Can You Do About

Paul E. McKenney

The purpose of this book is to help you understand how to program shared-memory parallel machines without risking your sanity.1 By describing the algorithms and designs that have worked well in the pa......一起来看看 《Is Parallel Programming Hard, And, If So, What Can You Do About 》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具