fork download
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://m...content-available-to-author-only...e.org/POM/4.0.0"
  3. xmlns:xsi="http://w...content-available-to-author-only...3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://m...content-available-to-author-only...e.org/POM/4.0.0 http://m...content-available-to-author-only...e.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6.  
  7. <groupId>groupId</groupId>
  8. <artifactId>vetal</artifactId>
  9. <version>1.0-SNAPSHOT</version>
  10.  
  11. <dependencies>
  12. <dependency>
  13. <groupId>org.postgresql</groupId>
  14. <artifactId>postgresql</artifactId>
  15. <version>42.2.12</version>
  16. </dependency>
  17. </dependencies>
  18. </project>
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: class, interface, or enum expected
<?xml version="1.0" encoding="UTF-8"?>
^
1 error
stdout
Standard output is empty