Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasco authored Mar 1, 2024
1 parent d24f268 commit e2426e5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
<dependency>
<groupId>com.ibasco.agql</groupId>
<artifactId>agql</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
```

Expand All @@ -251,7 +251,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
<dependency>
<groupId>com.ibasco.agql</groupId>
<artifactId>agql-steam-master</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
```

Expand All @@ -261,7 +261,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
<dependency>
<groupId>com.ibasco.agql</groupId>
<artifactId>agql-source-query</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
```

Expand All @@ -272,7 +272,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
<dependency>
<groupId>com.ibasco.agql</groupId>
<artifactId>agql-source-log</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
```

Expand All @@ -282,7 +282,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
<dependency>
<groupId>com.ibasco.agql</groupId>
<artifactId>agql-source-rcon</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
```

Expand All @@ -292,7 +292,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
<dependency>
<groupId>com.ibasco.agql</groupId>
<artifactId>agql-steam-webapi</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
```

Expand All @@ -302,7 +302,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
<dependency>
<groupId>com.ibasco.agql</groupId>
<artifactId>agql-dota2-webapi</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
```

Expand All @@ -324,7 +324,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
<dependency>
<groupId>com.ibasco.agql</groupId>
<artifactId>agql-coc-webapi</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
```

Expand Down

0 comments on commit e2426e5

Please sign in to comment.