Skip to content

Commit 3aee1db

Browse files
committed
Update README with maven dependency
1 parent 81f388a commit 3aee1db

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ For more information on DevTools, see https://chromedevtools.github.io/devtools-
1313
Add the following dependency to your `pom.xml`:
1414

1515
```
16-
TBD
16+
<dependency>
17+
<groupId>com.github.kklisura.cdt</groupId>
18+
<artifactId>cdt-java-client</artifactId>
19+
<version>1.2.0</version>
20+
</dependency>
1721
```
1822

1923
You can use following code, taken from, `LogRequestsExample`:

cdt-java-client/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ For more information on DevTools, see https://chromedevtools.github.io/devtools-
1313
Add the following dependency to your `pom.xml`:
1414

1515
```
16-
TBD
16+
<dependency>
17+
<groupId>com.github.kklisura.cdt</groupId>
18+
<artifactId>cdt-java-client</artifactId>
19+
<version>1.2.0</version>
20+
</dependency>
1721
```
1822

1923
You can use following code, taken from, `LogRequestsExample`:

0 commit comments

Comments
 (0)