We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51117f0 commit d373e7aCopy full SHA for d373e7a
README.md
@@ -47,9 +47,9 @@ Here's an example `pom.xml`:
47
48
```xml
49
<dependency>
50
- <groupId>com.github.JetBrains.kotlin-spark-api</groupId>
51
- <artifactId>kotlin-spark-api-3.0.0_2.12</artifactId>
52
- <version>${kotlin-spark-api.version}</version>
+ <groupId>org.jetbrains.kotlinx.spark</groupId>
+ <artifactId>kotlin-spark-api-3.0.0_2.12</artifactId>
+ <version>${kotlin-spark-api.version}</version>
53
</dependency>
54
55
<groupId>org.apache.spark</groupId>
0 commit comments