mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2024-11-22 16:24:00 +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`
|
* `Group`: `dev.inmo`
|
||||||
* `ArtifactId`: `colors.common`
|
* `ArtifactId`: `micro_utils.colors.common`
|
||||||
|
|
||||||
Adding dependency:
|
Adding dependency:
|
||||||
|
|
||||||
```groovy
|
```groovy
|
||||||
implementation "dev.inmo:colors.common:latest"
|
implementation "dev.inmo:micro_utils.colors.common:latest"
|
||||||
```
|
```
|
||||||
|
|
||||||
> INFO:
|
> INFO:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
group=dev.inmo
|
group=dev.inmo
|
||||||
artifact=colors.common
|
artifact=micro_utils.colors.common
|
||||||
package=$group.$artifact
|
package=$group.$artifact
|
||||||
central_package=$group/$artifact
|
central_package=$group/$artifact
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user