Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 229 Bytes

File metadata and controls

10 lines (7 loc) · 229 Bytes

Simple console sample

This is a small Java console project that sends PageView events to a given collector.

Run

./gradlew jar
 java -jar ./build/libs/simple-console-all-0.0.1.jar "http://<your-collector-domain>"