first commit
This commit is contained in:
1
clientes.txt
Normal file
1
clientes.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Tiago Silva,195572,913538232,250422@epvc.pt,228389992,500.0
|
||||||
13
pom.xml
Normal file
13
pom.xml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<groupId>com.mycompany</groupId>
|
||||||
|
<artifactId>mavenproject25</artifactId>
|
||||||
|
<version>1.0-SNAPSHOT</version>
|
||||||
|
<packaging>jar</packaging>
|
||||||
|
<properties>
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
<maven.compiler.release>24</maven.compiler.release>
|
||||||
|
<exec.mainClass>com.mycompany.mavenproject25.Mavenproject25</exec.mainClass>
|
||||||
|
</properties>
|
||||||
|
</project>
|
||||||
1436
src/main/java/com/mycompany/mavenproject25/Mavenproject25.java
Normal file
1436
src/main/java/com/mycompany/mavenproject25/Mavenproject25.java
Normal file
File diff suppressed because it is too large
Load Diff
BIN
target/classes/com/mycompany/mavenproject25/Mavenproject25.class
Normal file
BIN
target/classes/com/mycompany/mavenproject25/Mavenproject25.class
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
|||||||
|
com/mycompany/mavenproject25/Mavenproject25.class
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
/Users/250413/NetBeansProjects/mavenproject25/src/main/java/com/mycompany/mavenproject25/Mavenproject25.java
|
||||||
Reference in New Issue
Block a user