Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Luis Ibasco <[email protected]>
  • Loading branch information
ribasco committed Jun 19, 2022
1 parent 4926aa4 commit a52bf2e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
```xml
<dependency>
<groupId>com.ibasco.agql</groupId>
<artifactId>agql</artifactId>
<version>1.0.2</version>
<artifactId>agql</artifactId>
<version>1.0.3</version>
</dependency>
```

Expand All @@ -250,8 +250,8 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
```xml
<dependency>
<groupId>com.ibasco.agql</groupId>
<artifactId>agql-steam-master</artifactId>
<version>1.0.2</version>
<artifactId>agql-steam-master</artifactId>
<version>1.0.3</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.0.2</version>
<version>1.0.3</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.0.2</version>
<version>1.0.3</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.0.2</version>
<version>1.0.3</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.0.2</version>
<version>1.0.3</version>
</dependency>
```

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

Expand All @@ -311,8 +311,8 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
```xml
<dependency>
<groupId>com.ibasco.agql</groupId>
<artifactId>agql-csgo-webapi</artifactId>
<version>1.0.2</version>
<artifactId>agql-csgo-webapi</artifactId>
<version>1.0.3</version>
</dependency>
```

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

Expand Down

0 comments on commit a52bf2e

Please sign in to comment.