File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed
Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,36 @@ Available features include:
4343
4444
4545## Installation
46- To install the library,
46+ There are two ways to install this.
47+
48+ ## METHOD 1:
49+ Download RAVE-JAVA
50+ Download and add jar file as a Module to your Java project:
51+
52+ Download from https://github.com/Flutterwave/Java/releases/latest
53+
54+ On Intellij IDEA: File -> Project Structure -> Modules -> Dependencies Tab -> Add -> JARs or Directories -> Attach jar
55+
56+ On Netbeans: Project properties -> Libraries -> Compile -> ADD JAR/folder -> Add Jar
57+
58+ ## METHOD 2:
59+ ## Maven users
60+ Add this dependency to your project's POM:
61+
62+ ``` java
63+ < dependency>
64+ < groupId> com. flutterwave< / groupId>
65+ < artifactId> f4b- java< / artifactId>
66+ < version> 3.0 < / version>
67+ < / dependency>
68+ ```
69+
70+ ## Gradle users
71+ Add this dependency to your project's build file:
72+
73+ ``` java
74+ compile(" com.flutterwave:f4b-java:3.0" )
75+ ```
4776
4877
4978## Environment Variables
You can’t perform that action at this time.
0 commit comments