improvement of the article "How to Return Multiple Values From a Java Method"

This commit is contained in:
Kai Yuan
2020-01-26 01:22:39 +01:00
parent 9c1fa6f8e6
commit eb5cd047e1
5 changed files with 117 additions and 0 deletions

View File

@@ -15,6 +15,11 @@
</parent>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.9</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>