Skip to content

Commit

Permalink
switch to com.icemachined group
Browse files Browse the repository at this point in the history
  • Loading branch information
icemachined committed Oct 3, 2022
1 parent c067be1 commit c62d931
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## <img src="/kkn.png" width="174px"/>

![Releases](https://img.shields.io/github/v/release/icemachined/kafka-kotlin-native)
![Maven Central](https://img.shields.io/maven-central/v/io.github.icemachined/kafka-client)
![Maven Central](https://img.shields.io/maven-central/v/com.icemachined/kafka-client)
![License](https://img.shields.io/github/license/icemachined/kafka-kotlin-native)
![Build and test](https://github.com/icemachined/kafka-kotlin-native/actions/workflows/build_and_test.yml/badge.svg?branch=main)
![Lines of code](https://img.shields.io/tokei/lines/github/icemachined/kafka-kotlin-native)
Expand Down Expand Up @@ -44,7 +44,7 @@ To import `kafka-kotlin-native` library you need to add following dependencies t

```pom
<dependency>
<groupId>io.github.icemachined</groupId>
<groupId>com.icemachined</groupId>
<artifactId>kafka-client</artifactId>
<version>0.1.0</version>
</dependency>
Expand All @@ -55,15 +55,15 @@ To import `kafka-kotlin-native` library you need to add following dependencies t
<summary>Gradle Groovy</summary>

```groovy
implementation 'io.github.icemachined:kafka-client:0.1.0'
implementation 'com.icemachined:kafka-client:0.1.0'
```
</details>

<details>
<summary>Gradle Kotlin</summary>

```kotlin
implementation("io.github.icemachined:kafka-client:0.1.0")
implementation("com.icemachined:kafka-client:0.1.0")
```
</details>

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group=io.github.icemachined
group=com.icemachined
description=Kafka client for Kotlin Native multiplatform

org.gradle.parallel=true
Expand Down

0 comments on commit c62d931

Please sign in to comment.