Skip to content

Commit

Permalink
Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-br committed Dec 28, 2023
1 parent 764cd3c commit ac85c6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ Une implémentation Spark Datasource pour MessagePack.
* [msgpack-java](https://github.com/msgpack/msgpack-java)

## Coordonnées Maven
Nous publions toutes nos versions dans le référentiel central Maven: [spark-msgpack-datasource-3.5_2.12](https://central.sonatype.com/artifact/io.github.cybercentrecanada/spark-msgpack-datasource-3.5_2.12)

```xml
<dependency>
<groupId>io.github.cybercentrecanada</groupId>
<artifactId>spark-msgpack-datasource-3.4_2.12</artifactId>
<version>1.2.0</version>
</dependency>
```
[spark-msgpack-datasource-3.5_2.12](https://central.sonatype.com/artifact/io.github.cybercentrecanada/spark-msgpack-datasource-3.5_2.12)


## Lire et écrire les données msgpack:
```scala
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ A Spark Datasource implementation for MessagePack.
* [msgpack-java](https://github.com/msgpack/msgpack-java)

## Maven Coordinates
We publish all our releases to maven central repository: [spark-msgpack-datasource-3.5_2.12](https://central.sonatype.com/artifact/io.github.cybercentrecanada/spark-msgpack-datasource-3.5_2.12)

```xml
<dependency>
<groupId>io.github.cybercentrecanada</groupId>
<artifactId>spark-msgpack-datasource-3.5_2.12</artifactId>
<version>1.2.0</version>
</dependency>
```
[spark-msgpack-datasource-3.5_2.12](https://central.sonatype.com/artifact/io.github.cybercentrecanada/spark-msgpack-datasource-3.5_2.12)


## Read and Write MessagePack data:

Expand Down

0 comments on commit ac85c6f

Please sign in to comment.