Skip to content

Commit f51aa2a

Browse files
Update README.md
maven dependency from central added
1 parent 3bf8b48 commit f51aa2a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ ba.setModification(modifier);
2929
System.out.println(ArrayConverter.bytesToHexString(ba)); // 01 02 03 04
3030
```
3131

32+
If you want to use modifiable variables in your maven projects, you can include the following dependency in your pom file:
33+
```xml
34+
<dependency>
35+
<groupId>de.rub.nds</groupId>
36+
<artifactId>ModifiableVariable</artifactId>
37+
<version>2.1</version>
38+
</dependency>
39+
```
40+
3241
# Supported data types
3342
The following modifiable variables are provided in this package with their modifications:
3443
* ModifiableBigInteger: add, explicitValue, shiftLeft, shiftRight, subtract, xor

0 commit comments

Comments
 (0)