-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Data [![](https://jitpack.io/v/Petersburg2020/Data.svg)](https://jitpack.io/#Petersburg2020/Data) | ||
|
||
Data is a Java project that allows users to manipulate data from a String. | ||
|
||
# Add Data to Your Project | ||
You can add Data to your Java Project by following the steps below: | ||
|
||
# Step 1. | ||
Add the JitPack repository to your build file. | ||
|
||
Add it in your root build.gradle at the end of repositories: | ||
![add jitpack to build](https://user-images.githubusercontent.com/61753269/209490940-9d9a9925-3137-4212-b9d2-d49c5c15a55e.png) | ||
|
||
# Step 2. | ||
Add the dependency: | ||
|
||
![add dependency](https://user-images.githubusercontent.com/61753269/209490937-8177808f-c521-4633-ba92-7295cd560cc0.png) | ||
|
||
Change Tag to the latest version of this Project (Jitpack) | ||
|
||
# How to Use Data | ||
Initiate Data using the various Data options listed below: | ||
|
||
![data options](https://user-images.githubusercontent.com/61753269/209491738-28369c84-beaa-4336-9765-9241df08fe6a.png) | ||
|
||
This is how to initiate it; using the Java syntax: | ||
|
||
![how to use data](https://user-images.githubusercontent.com/61753269/209491601-0f500e81-7cb5-49d0-92ef-de67ee612a9c.png) | ||
|
||
Using other functions too, you can modify data by other functions as shown below: | ||
![other functions](https://user-images.githubusercontent.com/61753269/209491603-d00d2519-a454-4eee-acf0-9da1a8c8b238.png) | ||
|
||
The documentation will soon be released. | ||
|
||
Stay tuned! |