Skip to content

Commit c12a398

Browse files
committed
installation section on the readme
1 parent f6b67a7 commit c12a398

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
Deriving Spark DataFrame schemas from case classes.
88

9+
## Installation
10+
11+
struct-type-encoder is available on maven central with the following coordinates:
12+
13+
```
14+
"com.github.benfradet" %% "struct-type-encoder" % "0.1.0"
15+
```
16+
917
## Motivation
1018

1119
When reading a DataFrame/Dataset from a data source the schema of the data has to be inferred. In

0 commit comments

Comments
 (0)