Commit 99f6ce70 by Patryk Czarnik

Założenie projektu Maven

parent 5f79a345
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>pl.alx.kjava</groupId>
<artifactId>PC21-Maven</artifactId>
<version>1.0</version>
</project>
package hello;
public class Hello {
public static void main(String[] args) {
System.out.println("Hello world");
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment