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.
1 parent c0fe316 commit d1f00a4Copy full SHA for d1f00a4
.github/workflows/deploy.yml
README.md
@@ -4,17 +4,6 @@
4
5
The Java client library for [CodeGame](https://code-game.org).
6
7
-## Installation
8
-
9
-Add this to your *pom.xml*:
10
-```xml
11
-<dependency>
12
- <groupId>org.codegame</groupId>
13
- <artifactId>client</artifactId>
14
- <version>0.1.0</version>
15
-</dependency>
16
-```
17
18
## Usage
19
20
```java
pom.xml
@@ -107,11 +107,4 @@
107
</plugins>
108
</pluginManagement>
109
</build>
110
- <distributionManagement>
111
- <repository>
112
- <id>github</id>
113
- <name>CodeGame java-client</name>
114
- <url>https://maven.pkg.github.com/code-game-project/java-client</url>
115
- </repository>
116
- </distributionManagement>
117
</project>
0 commit comments