| ... | ... | @@ -18,7 +18,6 @@ To run the transformations on your own project, you hence need to take a few ste |
|
|
|
* clone this project, and choose the version/tag you want to use
|
|
|
|
* publish your transformations on your environment, using `sbt publishLocal` (local publication generates the `scaladoc` in `target/scala-2.12/api/index.html`)
|
|
|
|
* in the project in which you want to use this library, update the `build.sbt` with `libraryDependencies += "fr.tima" %% "qece" % "<myVersion>"`
|
|
|
|
* local publication generates the scaladoc in
|
|
|
|
* you can access to the different classes with `import qece.<package>.<Class>`
|
|
|
|
|
|
|
|
**N.B.:** You may have to reload/update your `sbt` project.
|
| ... | ... | |
| ... | ... | |