Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 8059069

Browse files
authored
v02.00.01-maven (#11)
* Added gradle? * Update README.md * Update README.md * Update README.md * Update build.gradle * maven * Update README.md Co-authored-by: Katsute <[email protected]>
1 parent f4f1162 commit 8059069

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ out
55
# Project ignore
66
.docs
77
src/LICENSE.txt
8-
src/_ignore
8+
src/_ignore
9+
# Gradle
10+
.gradle

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[![master](https://jitpack.io/v/com.kttdevelopment/ktt.lib.httpserver.svg)](https://jitpack.io/#com.kttdevelopment/ktt.lib.httpserver)
2+
[![master](https://jitci.com/gh/Ktt-Development/ktt.lib.httpserver/svg)](https://jitci.com/gh/Ktt-Development/ktt.lib.httpserver)
3+
4+
15
# ktt.lib.httpserver
26
Enhanced version of the the default Http Server
37

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
7+
<groupId>com.kttdevelopment</groupId>
8+
<artifactId>ktt.lib.httpserver</artifactId>
9+
<version>DEVELOPMENT</version>
10+
11+
</project>

0 commit comments

Comments
 (0)