Skip to content

Commit

Permalink
Add missing details
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics authored Jan 13, 2024
1 parent 2a701c9 commit ccf56ff
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,25 @@ public class Main {

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

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

#### Gradle

<details>
<summary>Adding dependency</summary>

```gradle
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
dependencies { implementation 'com.github.brenoepics:at4j:0.0.1' }
```
</details>

#### [Maven](https://github.com/brenoepics/at4j/packages/2037740)
Add the GitHub Maven Repository to your `pom.xml`:
#### Maven
<details>
<summary>Adding dependency</summary>
Add the Jit Pack repository to your `pom.xml`:

```xml
<repository>
Expand All @@ -83,7 +88,7 @@ Add the GitHub Maven Repository to your `pom.xml`:
</repository>
```

Add the following dependency to your `pom.xml`:
And the following dependency`:

```xml
<dependency>
Expand All @@ -92,7 +97,9 @@ Add the following dependency to your `pom.xml`:
<version>0.0.1</version>
</dependency>
```
#### 🔑 Azure Translator Keys
</details>

### 🔑 Azure Translator Keys
> tl;dr [Generate Here](https://portal.azure.com/#view/Microsoft_Azure_ProjectOxford/CognitiveServicesHub/~/TextTranslation).
<details>
<summary>How to generate my own keys?</summary>
Expand All @@ -109,7 +116,7 @@ Add the following dependency to your `pom.xml`:
- Name: Enter a unique name for your resource.
- Subscription: Select the Azure subscription that you want to use.
- Resource Group: You can create a new resource group or select an existing one.
- Pricing tier: Select the pricing tier that suits your needs. (Free Tier Limits)[#### 🗄️ Azure Free Tier]
- Pricing tier: Select the pricing tier that suits your needs.
6. Click on the "Review + create" button.

7. Review your settings and click on the "Create" button.
Expand Down

0 comments on commit ccf56ff

Please sign in to comment.