Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[java] fix line numbers in install_library.md #1856

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
harsha509 merged 1 commit into SeleniumHQ:trunk from codespearhead:trunk
Aug 14, 2024
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#L29-L33" >}}
{{< gh-codeblock path="examples/java/pom.xml#L30-L34" >}}

### 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 @@ 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#L29-L33" >}}
{{< gh-codeblock path="examples/java/pom.xml#L30-L34" >}}

### 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 @@ -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#L29-L33" >}}
{{< gh-codeblock path="examples/java/pom.xml#L30-L34" >}}

### 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#L29-L33" >}}
{{< gh-codeblock path="examples/java/pom.xml#L30-L34" >}}

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

AltStyle によって変換されたページ (->オリジナル) /