Advertisement
Guest User

Untitled

a guest
Sep 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.72 KB | None | 0 0
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2.  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3.  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
  4.                      http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5.   <modelVersion>4.0.0</modelVersion>
  6.  
  7.   <groupId>fr.ensibs</groupId>
  8.   <artifactId>util</artifactId>
  9.   <version>1.0</version>
  10.   <packaging>jar</packaging>
  11.  
  12.   <dependencies>
  13.     <dependency>
  14.       <groupId>org.json</groupId>
  15.       <artifactId>json</artifactId>
  16.       <version>20180813</version>
  17.     </dependency>
  18.   </dependencies>
  19.  
  20.   <properties>
  21.     <maven.compiler.source>1.7</maven.compiler.source>
  22.     <maven.compiler.target>1.7</maven.compiler.target>
  23.   </properties>
  24. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement