You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-12Lines changed: 13 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -72,18 +72,19 @@ The ACL for a key is set when the key is created by the first write performed to
72
72
# Getting Started
73
73
74
74
Adding the java SDK to your java project:
75
-
76
-
1. Build the csync-java SDK either in an IDE or from the command line using the command `gradle build`. This will generate the CSync .jar file in your `build/libs` directory.
77
-
2. From your java project, navigate to `File -> Project Structure` as shown in the screenshot below:
78
-
79
-
<imgsrc="images/projectStructure.png"width="300">
80
-
81
-
3. Click on `Libraries`
82
-
4. Click the `+` sign and select `Java`
83
-
5. Navigate to the directory that contains the jar file for CSync.
84
-
85
-
Note: if you are using a gradle project, add the CSync SDK as a dependency in your `build.gradle` file like this:
0 commit comments