File tree Expand file tree Collapse file tree 1 file changed +1
-29
lines changed
Expand file tree Collapse file tree 1 file changed +1
-29
lines changed Original file line number Diff line number Diff line change @@ -16,35 +16,7 @@ In case you want to use teleroute with other telegram library:
16161 ) [ TelegramBots integration] ( https://github.com/ArtemGet/teleroute.telegrambots )
17172 ) [ C# port] ( https://github.com/varya-kot/teleroute )
1818
19- This library is distributed via [ Github Packages (actual)] ( https://github.com/ArtemGet/teleroute/packages/2122234 ) so
20- you have to include this setting in your ~ /.m2
21-
22- ``` xml
23- <repository >
24- <id >github</id >
25- <name >Github ArtemGet Apache Maven Packages</name >
26- <url >https://maven.pkg.github.com/ArtemGet/teleroute</url >
27- </repository >
28-
29- <servers >
30- <server >
31- <id >github</id >
32- <username >your_username</username >
33- <password >your_token</password >
34- </server >
35- </servers >
36- ```
37-
38- And add dependency to your pom.xml
39-
40- ``` xml
41- <dependency >
42- <groupId >com.github.Artemget</groupId >
43- <artifactId >teleroute</artifactId >
44- <version >0.3.0</version >
45- </dependency >
46- ```
47- Or use [ jitpack.io] ( https://jitpack.io/#ArtemGet/teleroute )
19+ This library is distributed via [ jitpack.io] ( https://jitpack.io/#ArtemGet/teleroute )
4820
4921## Understanding of concept:
5022
You can’t perform that action at this time.
0 commit comments