We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd68ba7 commit 10a141eCopy full SHA for 10a141e
README.md
@@ -50,7 +50,7 @@ repositories{
50
}
51
52
dependencies{
53
- compile group: 'com.andre601', name: 'JavaBotBlockAPI', version: '{version}'
+ compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '{version}'
54
55
```
56
@@ -59,7 +59,7 @@ For maven use this code snippet:
59
```xml
60
<dependencies>
61
<dependency>
62
- <groupId>com.andre601</groupId>
+ <groupId>org.botblock</groupId>
63
<artifactId>JavaBotBlockAPI</artifactId>
64
<version>{version}</version>
65
</dependency>
0 commit comments