| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
To release:
$ sbt release
will publish to Maven Central via Sonatype. You will need Sonatype credentials and a PGP key. It can take up to 2hrs to show up in search.
The content-api-models project builds the following jar files:
content-api-models-scala - Scrooge generated class files based on the Thrift definitions of the content api models found in the content-api-models dependency.
content-api-models-json - Json parsers and deserializers. Used internally by the content api and also by the content-api-scala-client to convert from Elasticsearch returned json to the Scrooge-generated Thrift classes. As a client you should never need to depend on this explicitly, although you may have a transitive dependency on it if using the content-api-scala-client.
content-api-models-macros - Scala macros to generate Circe Decoder instances for Scrooge-generated Thrift classes. As a client you will never need to depend on this as it is used internally by content-api-models.
content-api-models - Contains the Thrift definitions of the content api models only. As a client it is unlikely that you should ever need to depend on this but rather use the content-api-models-scala dependency instead.
| Back | FazBrowse Home | New Git URL |