diff --git a/README.md b/README.md index 81e979f0..a4835570 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,10 @@ We can also have everything downloaded and installed automatically with: ``` - * Gradle (inside the `build.gradle` file) + * Gradle (inside the `build.gradle.kts` or `build.gradle` file) ```groovy dependencies { - implementation group: 'org.bytedeco', name: 'javacpp', version: '1.5.10' + implementation("org.bytedeco:javacpp:1.5.10") } ```