Skip to content

Commit

Permalink
move from jitpack to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodehawa authored Dec 27, 2023
1 parent 535cd56 commit d41c9b6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,19 @@ Creating your own ImageBoard instance is possible, but would require a little tw
with this library. The boorus listed above are available by default with no further configuration required by the user.

## Adding ImageBoardAPI to your project
[Check instructions here for the latest version, in case this is outdated](https://jitpack.io/#Kodehawa/imageboard-api)
imageboard-api is available in Maven Central (Sonatype). Check [the Sonatype respository](https://central.sonatype.com/artifact/io.github.kodehawa/imageboard-api) for more information

#### Gradle
```groovy
repositories {
maven { url 'https://jitpack.io' }
mavenCentral()
}
dependencies {
implementation 'com.github.Kodehawa:imageboard-api:2.6.1'
dependencies {
implementation 'io.github.kodehawa:imageboard-api:2.6.1.1'
}
```

You can replace 1907d46a98 for any tag.
Check https://jitpack.io/#Kodehawa/imageboard-api for more instructions.

## Set Up
There is a `ImageBoards` class located under utils, that one contains static, pre-created
ImageBoardAPI objects for you, but you can roll your own.
Expand Down

0 comments on commit d41c9b6

Please sign in to comment.