Skip to content

Commit 3f40e17

Browse files
committed
Update README.md
1 parent 2782978 commit 3f40e17

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Problem4J Core
22

3-
[![JitPack](https://jitpack.io/v/malczuuu/problem4j-core.svg)](https://jitpack.io/#malczuuu/problem4j-core)
43
[![Build Status](https://github.com/malczuuu/problem4j-core/actions/workflows/gradle-build.yml/badge.svg)](https://github.com/malczuuu/problem4j-core/actions/workflows/gradle-build.yml)
54

65
> Part of [`problem4j`][problem4j] package of libraries.
@@ -63,27 +62,18 @@ manager.
6362

6463
1. Maven:
6564
```xml
66-
<repositories>
67-
<repository>
68-
<id>jitpack.io</id>
69-
<url>https://jitpack.io</url>
70-
</repository>
71-
</repositories>
7265
<dependencies>
7366
<dependency>
74-
<groupId>com.github.malczuuu</groupId>
67+
<groupId>io.github.malczuuu.problem4j</groupId>
7568
<artifactId>problem4j-core</artifactId>
7669
<version>${problem4j-core.version}</version>
7770
</dependency>
7871
</dependencies>
7972
```
8073
2. Gradle (Groovy or Kotlin DSL):
8174
```groovy
82-
repositories {
83-
maven { url = uri("https://jitpack.io") }
84-
}
8575
dependencies {
86-
implementation("com.github.malczuuu:problem4j-core:${problem4j-core.version}")
76+
implementation("io.github.malczuuu.problem4j:problem4j-core:${problem4j-core.version}")
8777
}
8878
```
8979

0 commit comments

Comments
 (0)