We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 0675199Copy full SHA for 0675199
.gitignore
@@ -0,0 +1,3 @@
1
+.idea
2
+*.iml
3
+target
pom.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ 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>org.javawebstack</groupId>
8
+ <artifactId>HTTP-Client</artifactId>
9
+ <version>1.0</version>
10
11
12
+</project>
src/main/java/org/javawebstack/httpclient/HTTPClient.java
@@ -0,0 +1,4 @@
+package org.javawebstack.httpclient;
+public class HTTPClient {
+}
0 commit comments