diff --git a/README.md b/README.md index 96721188f..7ad3afa3c 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,39 @@ In order to implement custom sources, transformers and sinks you need to link Pr Pramen libraries are available at [Maven Central (API)](https://mvnrepository.com/artifact/za.co.absa.pramen/pramen-api) and [Maven Central (framework)](https://mvnrepository.com/artifact/za.co.absa.pramen/pramen-core) -The latest version is `1.6.5`. +You can link against Pramen to build your transformers in Scala at the following coordinates: + +API (for defining custom sources, transformers, and sinks): + + + + + + + +
Scala 2.11Scala 2.12Scala 2.13
+Maven Central
+
+Maven Central
+
+Maven Central
+
+ +Framework core (for advanced usage): + + + + + + + +
Scala 2.11Scala 2.12Scala 2.13
+Maven Central
+
+Maven Central
+
+Maven Central
+
The following Scala and Spark combinations are supported: @@ -142,6 +174,8 @@ The following Scala and Spark combinations are supported: | 2.12 | 3.0 and above | | 2.13 | 3.2 and above | +Pramen for Python transformers ia available in PyPi: [![PyPI](https://badge.fury.io/py/pramen-py.svg)](https://badge.fury.io/py/pramen-py) + ## Getting Pramen runner for your environment Pramen is released as a set of thin JAR libraries. When running on a specific environment you might want to include all