Browse Source

Added org.json library to project

Version 20180130
remotes/origin/locations
David Hermann 2 years ago
parent
commit
023a5185cc
  1. 7
      pom.xml

7
pom.xml

@ -24,6 +24,13 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- Working with JSON Files -->
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20180130</version>
</dependency>
</dependencies> </dependencies>
<build> <build>

Loading…
Cancel
Save