Skip to content

Instantly share code, notes, and snippets.

View yurekesley's full-sized avatar
🏠
Working from home

Yure Kesley yurekesley

🏠
Working from home
View GitHub Profile
#Comandos úteis do Maven
## Criação de Projeto
### desktop java (jar)
```
mvn archetype:generate \
-DarchetypeGroupId=org.apache.maven.archetypes \
-DarchetypeArtifactId=maven-archetype-quickstart \