-
Notifications
You must be signed in to change notification settings - Fork 18
Distribution Binaries
Regunath B edited this page Jan 11, 2019
·
1 revision
This page provides details on GJEX Distribution Binaries.
GJEX builds are distributed via the Clojars community maintained repository for open source libraries. Add the following repository to your build system to access releases builds - e.g for Maven :
<repository>
<id>clojars</id>
<name>Clojars repository</name>
<url>https://clojars.org/repo</url>
</repository>
GJEX is made up of multiple modules. Version of these artifacts map to stable releases. For e.g. 1.0.0 for Version 1.0.0.
GroupID/Org | ArtifactID/Name | Description |
---|---|---|
com.flipkart.grpc-jexpress | examples | Examples for different GJEX features |
GroupID/Org | ArtifactID/Name | Description |
---|---|---|
com.flipkart.grpc-jexpress | core | Core API and implementations |
GroupID/Org | ArtifactID/Name | Description |
---|---|---|
com.flipkart.grpc-jexpress | guice | Dependency injection and lifecycle/instantiation of core components |
GroupID/Org | ArtifactID/Name | Description |
---|---|---|
com.flipkart.grpc-jexpress | runtime | Runtime extensions like the admin dashboard |