Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Installation of Selenium libraries for Java is accomplished using a build tool.
### Maven
Specify the dependencies in the project's `pom.xml` file:

{{< gh-codeblock path="/examples/java/pom.xml#L30-L34" >}}
{{< gh-codeblock path="/examples/java/pom.xml#L35-L38" >}}

### Gradle
Specify the dependency in the project `build.gradle` file as `testImplementation`:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Java用のSeleniumライブラリのインストールは、ビルドツール
### Maven
プロジェクトの 'pom.xml' ファイルで依存関係を指定します:

{{< gh-codeblock path="/examples/java/pom.xml#L30-L34" >}}
{{< gh-codeblock path="/examples/java/pom.xml#L35-L38" >}}

### Gradle
プロジェクトの 'build.gradle' ファイル内の依存関係を 'testImplementation' として指定します:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A instalação da biblioteca Selenium para Java é feita a partir de uma build t
### Maven
Especifique a dependência no `pom.xml` do seu projeto.

{{< gh-codeblock path="/examples/java/pom.xml#L30-L34" >}}
{{< gh-codeblock path="/examples/java/pom.xml#L35-L38" >}}

### Gradle
Especifique a dependência no `build.gradle` do seu projeto como `testImplementation`:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ aliases: [
### Maven
具体的依赖位于项目中的 `pom.xml` 文件:

{{< gh-codeblock path="/examples/java/pom.xml#L30-L34" >}}
{{< gh-codeblock path="/examples/java/pom.xml#L35-L38" >}}

### Gradle
具体的依赖位于项目中的 `build.gradle` 文件中的 `testImplementation`:
Expand Down
Loading