Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
solrudev committed Dec 4, 2023
1 parent 9b74fc3 commit e04ba52
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
![Maven Central](https://img.shields.io/maven-central/v/io.github.solrudev/simpleinstaller.svg)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/solrudev/SimpleInstaller/blob/master/LICENSE)

## Alternative
Check out [Ackpine](https://github.com/solrudev/Ackpine), a robust package installer library with
more rich API. All new features will be introduced there, SimpleInstaller is now in maintenance
mode.
## Deprecated!
SimpleInstaller is deprecated in favor of [Ackpine](https://github.com/solrudev/Ackpine), a robust
package installer library with more rich API. SimpleInstaller won't receive updates anymore.

## Contents
* [Overview](#overview)
Expand Down Expand Up @@ -43,9 +42,8 @@ it.
All versions are available
[here](https://s01.oss.sonatype.org/#nexus-search;gav~io.github.solrudev~simpleinstaller~~~).
```kotlin
implementation("io.github.solrudev:simpleinstaller:x.y.z")
implementation("io.github.solrudev:simpleinstaller:5.0.0")
```
Replace "x.y.z" with the latest version.

## Usage

Expand Down

0 comments on commit e04ba52

Please sign in to comment.