All Projects → javaparser → javaparser-maven-sample

javaparser / javaparser-maven-sample

Licence: other
Sample project with a basic Maven + JavaParser setup

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to javaparser-maven-sample

cas-management-overlay
WAR overlay for Apereo CAS Management web application
Stars: ✭ 120 (+114.29%)
Mutual labels:  maven
VickyWarAnalyzer
Victoria II war analyzer. Java 8 + JavaFX + Maven
Stars: ✭ 43 (-23.21%)
Mutual labels:  maven
mcs
Search the Maven Central Repository from your command line!
Stars: ✭ 61 (+8.93%)
Mutual labels:  maven
LocaleLib
Show translated names of items, entities & more in client's language
Stars: ✭ 34 (-39.29%)
Mutual labels:  maven
bintray-upload-plugin
📦 Insanely easy way to upload your Android Library to Bintray/JCenter
Stars: ✭ 18 (-67.86%)
Mutual labels:  maven
maven-sources
Apache Maven Sources
Stars: ✭ 59 (+5.36%)
Mutual labels:  maven
eksi
Eksi sözlük crawl,stat , api calismalari
Stars: ✭ 25 (-55.36%)
Mutual labels:  maven
carnotzet
Modular and Re-usable Docker Environments using Maven
Stars: ✭ 44 (-21.43%)
Mutual labels:  maven
mvnsh
Maven Shell
Stars: ✭ 50 (-10.71%)
Mutual labels:  maven
javaparser-visited
Code samples for the book "JavaParser: Visited" https://leanpub.com/javaparservisited
Stars: ✭ 80 (+42.86%)
Mutual labels:  javaparser
monorepo
Structure and workflows of our internal git-maven-monorepo
Stars: ✭ 16 (-71.43%)
Mutual labels:  maven
maven-archetypes-catalog-plugin
A plugin to enable IntelliJ IDEA to fetch external Maven Archetype Catalog files
Stars: ✭ 19 (-66.07%)
Mutual labels:  maven
betca-spring
BETCA (Spring). Back-end con Tecnologías de Código Abierto, versión Java-Spring
Stars: ✭ 27 (-51.79%)
Mutual labels:  maven
maven-apache-parent
Apache Software Foundation Parent POM
Stars: ✭ 21 (-62.5%)
Mutual labels:  maven
database-all
Eloquent ORM for Java 【database-spring-boot-starter】
Stars: ✭ 151 (+169.64%)
Mutual labels:  maven
jcenter-config
Painlessly publish your library/project to jcenter() with these simple scripts.
Stars: ✭ 13 (-76.79%)
Mutual labels:  maven
xml-maven-plugin
XML Maven Plugin
Stars: ✭ 18 (-67.86%)
Mutual labels:  maven
coc-groovy
Groovy language extension for coc.nvim
Stars: ✭ 14 (-75%)
Mutual labels:  maven
twjitm-core
采用Netty信息加载实现长连接实时通讯系统,客户端可以值任何场景,支持实时http通讯、webSocket通讯、tcp协议通讯、和udp协议通讯、广播协议等 通过http协议,rpc协议。 采用自定义网络数据包结构, 实现自定义网络栈。
Stars: ✭ 98 (+75%)
Mutual labels:  maven
billy
An opensource invoicing engine --
Stars: ✭ 28 (-50%)
Mutual labels:  maven

JavaParser and Maven sample

A fully working sample Maven project that parses and generates code with JavaParser

This is targeted at people without Maven experience.

To build it, you will need to download and unpack the latest (or recent) version of Maven (https://maven.apache.org/download.cgi) and put the mvn command on your path. Then, you will need to install a Java 1.8 (or higher) JDK (not JRE!), and make sure you can run java from the command line. Now you can run mvn clean install and Maven will compile your project, an put the results it in two jar files in the target directory. If you like to run from the command line, execute java -jar target/javaparser-maven-sample-1.0-SNAPSHOT-shaded.jar.

How you run this code is up to you, but usually you would start by using an IDE like NetBeans, Intellij IDEA, or Eclipse.

The Maven dependencies may lag behind the official releases a bit.

If you notice some problems with this setup, please open an issue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].