Advertisement
longoon12000

Untitled

Jun 8th, 2021
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.80 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3.         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5.     <modelVersion>4.0.0</modelVersion>
  6.  
  7.     <groupId>org.example</groupId>
  8.     <artifactId>maventest</artifactId>
  9.     <version>1.0-SNAPSHOT</version>
  10.     <dependencies>
  11.         <dependency>
  12.             <groupId>com.syncleus.philipshue</groupId>
  13.             <artifactId>hue-local</artifactId>
  14.             <version>1.8.1.0</version>
  15.         </dependency>
  16.     </dependencies>
  17.  
  18.     <properties>
  19.         <maven.compiler.source>11</maven.compiler.source>
  20.         <maven.compiler.target>11</maven.compiler.target>
  21.     </properties>
  22.  
  23. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement