shanghaox / java-import-3rd-party-class

Challenge of JavaIsland: Java Basic Structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

简体中文

Java程序的基本结构练习:导入第三方依赖包中的类

我们的程序中引用了一个第三方依赖包中的类org.apache.commons.lang3.StringUtils。 请在pom.xml中添加适当的依赖,使得程序不再报错。

挑战

  • 请在pom.xml中引入包含org.apache.commons.lang3.StringUtils的第三方依赖包,使程序能够通过编译。
  • 创建一个pull request。
  • 机器人将会检查你的PR,告诉你你是否通过了挑战。
  • 回到字节传说,然后继续你的英雄旅程。

注意:我们只允许您修改以下文件,任何对其他文件的修改都会被拒绝:

  • pom.xml

Basic Structure of Java Program: Import Classes from 3rd Party Dependencies

Our program imports a class org.apache.commons.lang3.StringUtils from 3rd party dependency package, please add proper dependency to pom.xml to make the code compile.

Challenge

  • Please add the dependency package including org.apache.commons.lang3.StringUtils into pom.xml.
  • Create a pull request.
  • The bot will check your PR and tell you if you accomplish the challenge.
  • Go back to ByteLegend and continue your hero journey.

Note: we only allow you to modify the following files. Any changes to files other than the following files will be rejected:

  • pom.xml

About

Challenge of JavaIsland: Java Basic Structure

License:GNU Affero General Public License v3.0


Languages

Language:Java 100.0%