11# Problem4J Core
22
3- [ ![ 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 )
4- [ ![ Sonatype] ( https://img.shields.io/maven-central/v/io.github.malczuuu. problem4j/problem4j-core )] ( https://central.sonatype.com/artifact/io.github.malczuuu .problem4j/problem4j-core )
5- [ ![ License] ( https://img.shields.io/github/license/malczuuu /problem4j-core )] ( https://github.com/malczuuu /problem4j-core/blob/main/LICENSE )
3+ [ ![ Build Status] ( https://github.com/problem4j /problem4j-core/actions/workflows/gradle-build.yml/badge.svg )] ( https://github.com/problem4j /problem4j-core/actions/workflows/gradle-build.yml )
4+ [ ![ Sonatype] ( https://img.shields.io/maven-central/v/io.github.problem4j/problem4j-core )] ( https://central.sonatype.com/artifact/io.github.problem4j/problem4j-core )
5+ [ ![ License] ( https://img.shields.io/github/license/problem4j /problem4j-core )] ( https://github.com/problem4j /problem4j-core/blob/main/LICENSE )
66
77This library provides a minimal, framework-agnostic Java model of the [ RFC 7807] [ rfc7807 ] "Problem Details" object, with
88an immutable ` Problem ` class and a fluent ` ProblemBuilder ` for convenient construction.
@@ -36,8 +36,8 @@ It is intended to be used as a **foundation** for other libraries or application
3636## Example
3737
3838``` java
39- import io.github.malczuuu. problem4j.core.Problem ;
40- import io.github.malczuuu. problem4j.core.ProblemException ;
39+ import io.github.problem4j.core.Problem ;
40+ import io.github.problem4j.core.ProblemException ;
4141
4242Problem problem =
4343 Problem . builder()
@@ -59,7 +59,7 @@ higher is required to use this library.
5959 ``` xml
6060 <dependencies >
6161 <dependency >
62- <groupId >io.github.malczuuu. problem4j</groupId >
62+ <groupId >io.github.problem4j</groupId >
6363 <artifactId >problem4j-core</artifactId >
6464 <version >1.2.5</version >
6565 </dependency >
@@ -68,7 +68,7 @@ higher is required to use this library.
68682 . Gradle (Groovy or Kotlin DSL):
6969 ``` groovy
7070 dependencies {
71- implementation("io.github.malczuuu. problem4j:problem4j-core:1.2.5")
71+ implementation("io.github.problem4j:problem4j-core:1.2.5")
7272 }
7373 ```
7474
@@ -114,12 +114,12 @@ version. By default, the version is derived from git commit hash.
114114
115115</details >
116116
117- [ maven-central ] : https://central.sonatype.com/artifact/io.github.malczuuu. problem4j/problem4j-core
117+ [ maven-central ] : https://central.sonatype.com/artifact/io.github.problem4j/problem4j-core
118118
119- [ problem4j-core ] : https://github.com/malczuuu /problem4j-core
119+ [ problem4j-core ] : https://github.com/problem4j /problem4j-core
120120
121- [ problem4j-jackson ] : https://github.com/malczuuu /problem4j-jackson
121+ [ problem4j-jackson ] : https://github.com/problem4j /problem4j-jackson
122122
123- [ problem4j-spring ] : https://github.com/malczuuu /problem4j-spring
123+ [ problem4j-spring ] : https://github.com/problem4j /problem4j-spring
124124
125125[ rfc7807 ] : https://datatracker.ietf.org/doc/html/rfc7807
0 commit comments