1
1
# Java Project Library
2
2
3
- ![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/realPaulsen/Java-Project-Library )
4
- [ ![ ] ( https://jitpack.io/v/realPaulsen /java-project-library.svg )] ( https://jitpack.io/#realPaulsen /java-project-library )
5
- ![ GitHub] ( https://img.shields.io/github/license/realPaulsen/Java-Project-Library )
3
+ ![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/paulsenik/java-project-library )
4
+ [ ![ ] ( https://jitpack.io/v/paulsenik /java-project-library.svg )] ( https://jitpack.io/#paulsenik /java-project-library )
5
+ ![ GitHub] ( https://img.shields.io/github/license/paulsenik/java-project-library )
6
6
7
- ![ GitHub Release Date] ( https://img.shields.io/github/release-date/realPaulsen/Java-Project-Library ?label=last%20RELEASE )
8
- ![ GitHub last commit] ( https://img.shields.io/github/last-commit/realPaulsen/Java-Project-Library ?label=last%20COMMIT )
7
+ ![ GitHub Release Date] ( https://img.shields.io/github/release-date/paulsenik/java-project-library ?label=last%20RELEASE )
8
+ ![ GitHub last commit] ( https://img.shields.io/github/last-commit/paulsenik/java-project-library ?label=last%20COMMIT )
9
9
10
10
The ` Java-Project-Library ` is a library for making small *** Coding-Projects*** of any kind really ** fast** .
11
11
@@ -52,17 +52,17 @@ simply `connect()` and `disConnect()` a device and attach a `PSerialListener` to
52
52
Use ` write(data) ` to send data to the device.
53
53
54
54
** For more see my
55
- [ included Demo] ( https://github.com/realPaulsen/Java-Project-Library /blob/main/src/com/paulsen/demo/Demo.java ) **
55
+ [ included Demo] ( https://github.com/paulsenik/java-project-library /blob/main/src/com/paulsen/demo/Demo.java ) **
56
56
57
57
58
58
## Projects built with JPL:
59
- - [ JAudioController] ( https://github.com/realPaulsen /AudioController )
60
- - [ FileManager] ( https://github.com/realPaulsen /FileManager )
61
- - [ ButtonBox V2] ( https://github.com/realPaulsen /ButtonBox_V2 )
59
+ - [ JAudioController] ( https://github.com/paulsenik /AudioController )
60
+ - [ FileManager] ( https://github.com/paulsenik /FileManager )
61
+ - [ ButtonBox V2] ( https://github.com/paulsenik /ButtonBox_V2 )
62
62
63
63
64
64
## Usage
65
- This library can be loaded using [ JitPack] ( https://jitpack.io/#realPaulsen /java-project-library )
65
+ This library can be loaded using [ JitPack] ( https://jitpack.io/#paulsenik /java-project-library )
66
66
``` xml
67
67
<repositories >
68
68
<repository >
@@ -72,12 +72,12 @@ This library can be loaded using [JitPack](https://jitpack.io/#realPaulsen/java-
72
72
</repositories >
73
73
```
74
74
75
- Include the dependency (change version * [ version] ( https://github.com/realPaulsen/Java-Project-Library /releases ) * if needed)
75
+ Include the dependency (change version * [ version] ( https://github.com/paulsenik/java-project-library /releases ) * if needed)
76
76
77
77
``` xml
78
78
<dependencies >
79
79
<dependency >
80
- <groupId >com.github.realPaulsen </groupId >
80
+ <groupId >com.github.paulsenik </groupId >
81
81
<artifactId >java-project-library</artifactId >
82
82
<version >[1.1.6,1.1.7)</version >
83
83
</dependency >
@@ -108,7 +108,7 @@ Include the dependency (change version *[version](https://github.com/realPaulsen
108
108
The Library [ jSerialComm] ( https://github.com/Fazecast/jSerialComm ) is used for USB/Serial communication.
109
109
110
110
It is *** fully functional*** and ![ Maintenance] ( https://img.shields.io/maintenance/yes/2023 )
111
- by [ ` Paulsen ` ] ( https://github.com/realPaulsen )
111
+ by [ ` Paulsen ` ] ( https://github.com/paulsenik )
112
112
113
113
### TODOs & In-Progress
114
114
0 commit comments