|
1 | 1 | [](https://wakatime.com/badge/user/beeb4317-977b-4b19-878a-21e9aa8e43ed/project/da9ac356-721a-40dd-a76a-19c3ff0d57d5) |
2 | 2 | [](https://www.codefactor.io/repository/github/beanbeanjuice/java-cafe-api-wrapper) |
| 3 | + |
3 | 4 |
|
4 | 5 | <!-- PROJECT LOGO --> |
5 | 6 | <br /> |
|
52 | 53 | <!-- ABOUT THE PROJECT --> |
53 | 54 | # About The Project |
54 | 55 |
|
55 | | -[![Product Name Screen Shot][product-title]](https://www.beanbeanjuice.com/cafeBot.html) |
56 | | - |
57 | 56 | ### Built With |
58 | 57 |
|
59 | 58 | * [Maven](https://maven.apache.org/) |
|
63 | 62 |
|
64 | 63 | To add this bot to your server, follow these steps. |
65 | 64 |
|
66 | | -## Prerequisites |
67 | | - |
68 | | -In order to use this, you must have a Java project with either `Maven` or `Gradle`. |
69 | | - |
70 | | -For `Maven`, paste these two repositories in your `pom.xml` file. |
71 | | -```XML |
72 | | -<repositories> |
73 | | - ... |
74 | | - |
75 | | - <!-- Sonatype Snapshot Repository --> |
76 | | - <repository> |
77 | | - <id>sonatype-snapshots</id> |
78 | | - <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url> |
79 | | - </repository> |
80 | | - |
81 | | - <!-- Sonatype Release Repository --> |
82 | | - <repository> |
83 | | - <id>sonatype-releases</id> |
84 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
85 | | - </repository> |
86 | | - |
87 | | - ... |
88 | | -</repositories> |
89 | | -``` |
90 | | - |
91 | | -For `Gradle`, paste these two repositories in your `build.gradle` file. |
92 | | -```Groovy |
93 | | -maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' } |
94 | | -maven { url 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/' } |
95 | | -``` |
96 | | - |
97 | 65 | ## Installation |
98 | 66 |
|
99 | 67 | For `Maven`, paste this into your `dependencies` section of your `pom.xml` file. |
100 | 68 | ```XML |
101 | 69 | <!-- Cafe API --> |
102 | 70 | <dependency> |
103 | | - <groupId>io.github.beanbeanjuice</groupId> |
| 71 | + <groupId>com.beanbeanjuice</groupId> |
104 | 72 | <artifactId>cafe-api-wrapper</artifactId> |
105 | | - <version>v1.1.1</version> |
| 73 | + <version>VERSION</version> |
106 | 74 | </dependency> |
107 | 75 | ``` |
108 | 76 |
|
109 | 77 | For `Gradle`, paste this into your `dependencies` section of your `build.gradle` file. |
110 | 78 | ```Groovy |
111 | 79 | // Cafe API |
112 | | -implementation group: 'io.github.beanbeanjuice', name: 'cafe-api-wrapper', version: 'v1.1.1' |
| 80 | +implementation group: 'com.beanbeanjuice', name: 'cafe-api-wrapper', version: 'VERSION' |
113 | 81 | ``` |
114 | 82 |
|
115 | 83 | <!-- ROADMAP --> |
@@ -144,4 +112,4 @@ Distributed under the GPL-3.0 License. See `LICENSE` for more information. |
144 | 112 | <!-- ACKNOWLEDGEMENTS --> |
145 | 113 | # Acknowledgements |
146 | 114 |
|
147 | | -* *There's nothing here yet... maybe in the future?* |
| 115 | +* *There's nothing here yet... maybe in the future?* |
0 commit comments