Skip to content

Commit

Permalink
Corrected artifact group for maven & gradle.
Browse files Browse the repository at this point in the history
Since it's a jitpack artifact, its group should start with `com.github.Carleslc` instead of `me.carleslc`
  • Loading branch information
AkramLZ authored and Carleslc committed Jul 3, 2023
1 parent 9ec2181 commit 7710769
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you are using Maven you do not need to download the jar. Instead, add this re

```xml
<dependency>
<groupId>me.carleslc.Simple-YAML</groupId>
<groupId>com.github.Carleslc.Simple-YAML</groupId>
<artifactId>Simple-Yaml</artifactId>
<version>1.8.4</version>
</dependency>
Expand All @@ -63,7 +63,7 @@ If you are using Maven you do not need to download the jar. Instead, add this re

```xml
<dependency>
<groupId>me.carleslc.Simple-YAML</groupId>
<groupId>com.github.Carleslc.Simple-YAML</groupId>
<artifactId>Simple-Configuration</artifactId>
<version>1.8.4</version>
</dependency>
Expand All @@ -88,7 +88,7 @@ allprojects {

```gradle
dependencies {
implementation 'me.carleslc.Simple-YAML:Simple-Yaml:1.8.4'
implementation 'com.github.Carleslc.Simple-YAML:Simple-Yaml:1.8.4'
}
```

Expand All @@ -99,7 +99,7 @@ dependencies {

```gradle
dependencies {
implementation 'me.carleslc.Simple-YAML:Simple-Configuration:1.8.4'
implementation 'com.github.Carleslc.Simple-YAML:Simple-Configuration:1.8.4'
}
```

Expand Down Expand Up @@ -143,4 +143,4 @@ Have a look to these repositories:
- [HOCON](https://github.com/portlek/hocongration)
- [TOML](https://github.com/portlek/tomlgration)

These projects are using the Simple-Configuration module, but they are not related directly with Simple-YAML.
These projects are using the Simple-Configuration module, but they are not related directly with Simple-YAML.

0 comments on commit 7710769

Please sign in to comment.