Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV authored Aug 25, 2024
1 parent a97b23b commit f4a23d8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,24 @@ In a nutshell, you first register dependency factory functions in the container

### 0. Setup

You can find Ivy DI in our [Maven Central repository](https://central.sonatype.com/artifact/com.ivy-apps/di).

**Gradle (Kotlin)**
```gradle
implementation("com.ivy-apps:di:0.0.0")
```

That's all you need! Replace "0.0.0" with [![Maven Central Version](https://img.shields.io/maven-central/v/com.ivy-apps/di)](https://central.sonatype.com/artifact/com.ivy-apps/di).
or

**Version Catalog**
```toml
[libraries]
ivyApps-di = { module = "com.ivy-apps:di", version = "0.0.0" }
```

Replace "0.0.0" with: [![Maven Central Version](https://img.shields.io/maven-central/v/com.ivy-apps/di)](https://central.sonatype.com/artifact/com.ivy-apps/di)

That's all you need! Now let's start using Ivy DI ⚡

### 1. Register a dependency

Expand Down

0 comments on commit f4a23d8

Please sign in to comment.