mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2024-11-22 08:13:59 +00:00
fix in artifact name of colors
This commit is contained in:
parent
a6c1aacf40
commit
3c433daa6b
@ -1,12 +1,12 @@
|
||||
# Colors [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/colors.common/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/colors.common)
|
||||
# Colors [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/micro_utils.colors.common/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/micro_utils.colors.common)
|
||||
|
||||
* `Group`: `dev.inmo`
|
||||
* `ArtifactId`: `colors.common`
|
||||
* `ArtifactId`: `micro_utils.colors.common`
|
||||
|
||||
Adding dependency:
|
||||
|
||||
```groovy
|
||||
implementation "dev.inmo:colors.common:latest"
|
||||
implementation "dev.inmo:micro_utils.colors.common:latest"
|
||||
```
|
||||
|
||||
> INFO:
|
||||
|
@ -1,5 +1,5 @@
|
||||
group=dev.inmo
|
||||
artifact=colors.common
|
||||
artifact=micro_utils.colors.common
|
||||
package=$group.$artifact
|
||||
central_package=$group/$artifact
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user