File tree Expand file tree Collapse file tree 2 files changed +11
-20
lines changed
Expand file tree Collapse file tree 2 files changed +11
-20
lines changed Original file line number Diff line number Diff line change @@ -12,26 +12,22 @@ Photon is a lightweight Java graphics API wrapper designed to simplify rendering
1212- Apache Maven
1313
1414### Installation
15- Clone the repository:
16- ``` bash
17- git clone https://github.com/Xernas78/Photon.git
18- cd Photon
19- ```
20-
21- Build the project using Maven:
22- ``` bash
23- mvn clean install
15+ You can simply use Jitpack ! Add the following to your ` pom.xml ` :
16+ ``` xml
17+ <repositories >
18+ <repository >
19+ <id >jitpack.io</id >
20+ <url >https://jitpack.io</url >
21+ </repository >
22+ </repositories >
2423```
25-
26- Include the generated JAR file in your project's dependencies:
2724``` xml
2825<dependency >
29- <groupId >dev.xernas </groupId >
30- <artifactId >Photon</artifactId >
31- <version >1.0.0</version >
26+ <groupId >com.github.XernasDev </groupId >
27+ <artifactId >Photon</artifactId >
28+ <version >1.0.0</version >
3229</dependency >
3330```
34-
3531## 📄 License
3632This project is open-source and available under the MIT License.
3733
Original file line number Diff line number Diff line change 3030 </dependencyManagement >
3131
3232 <dependencies >
33- <dependency >
34- <groupId >dev.xernas</groupId >
35- <artifactId >Atom</artifactId >
36- <version >1.0.0</version >
37- </dependency >
3833 <dependency >
3934 <groupId >org.lwjgl</groupId >
4035 <artifactId >lwjgl-shaderc</artifactId >
You can’t perform that action at this time.
0 commit comments