X Tutup
Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 942 Bytes

File metadata and controls

33 lines (26 loc) · 942 Bytes

Arrow Java

Setup Build Environment

install:

  • java 7 or later
  • maven 3.3 or later

Building running tests

cd java
mvn install
X Tutup