Skip to content

Commit

Permalink
Lets make it more simple
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics authored Jan 13, 2024
1 parent ccf56ff commit 030b99e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,10 @@ public class Main {

The recommended way to get AT4J is to use a build manager, like Gradle or Maven.

### [AT4J Dependency](https://github.com/brenoepics/at4j/packages/2037740)
### AT4J Dependency

#### Gradle
<details>
<summary>Adding dependency</summary>
<summary>Gradle</summary>

```gradle
repositories {
Expand All @@ -75,10 +74,8 @@ repositories {
dependencies { implementation 'com.github.brenoepics:at4j:0.0.1' }
```
</details>

#### Maven
<details>
<summary>Adding dependency</summary>
<summary>Maven</summary>
Add the Jit Pack repository to your `pom.xml`:

```xml
Expand Down

0 comments on commit 030b99e

Please sign in to comment.