File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 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
64631 . 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 ```
80732 . 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
You can’t perform that action at this time.
0 commit comments