A library that is useful for building applications that run on Lerna Stack.
- lerna-http
- Lerna HTTP library provides HTTP related features
- lerna-log
- Lerna Log library provides logging related features
- lerna-management
- Lerna Management library provides management related features
- lerna-testkit
- lerna-util
- Lerna Util library provides some utilities for Encryption, Typed Equals, and so on
- lerna-util-akka
- Lerna Util Akka library provides some utilities related Akka Classic
- lerna-util-sequence
- Lerna Util Sequence library provides an ID generator
- lerna-validation
- Lerna Validation library provides custom validators for Accord
- lerna-wart-core
- Lerna Wart Core library provides custom warts for WartRemover
The above modules are tested with OpenJDK8 and OpenJDK11.
To use these library modules, you must add dependencies into your sbt project, add the following lines to your build.sbt
file:
val LernaVersion = "3.0.4"
libraryDependencies += "com.lerna-stack" %% "lerna-http" % LernaVersion
libraryDependencies += "com.lerna-stack" %% "lerna-log" % LernaVersion
libraryDependencies += "com.lerna-stack" %% "lerna-management" % LernaVersion
libraryDependencies += "com.lerna-stack" %% "lerna-testkit" % LernaVersion
libraryDependencies += "com.lerna-stack" %% "lerna-util" % LernaVersion
libraryDependencies += "com.lerna-stack" %% "lerna-util-akka" % LernaVersion
libraryDependencies += "com.lerna-stack" %% "lerna-util-sequence" % LernaVersion
libraryDependencies += "com.lerna-stack" %% "lerna-validation" % LernaVersion
libraryDependencies += "com.lerna-stack" %% "lerna-wart-core" % LernaVersion
You can see all the notable changes in CHANGELOG.
You can see the migration guide in migration-guide.md.
lerna-app-library is released under the terms of the Apache License Version 2.0.
© 2020 TIS Inc.