It would be really nice to not have to clone the entire geode repo, just to
contribute/run the examples. Can the examples be moved to their own repo?

On Wed, Oct 26, 2016 at 2:38 PM, Anthony Baker <[email protected]> wrote:

> Here are the maven coordinates for the 1.0.0-incubating release:
>
> Maven:
>
> <dependencies>
>     <dependency>
>         <groupId>org.apache.geode</groupId>
>         <artifactId>geode-core</artifactId>
>         <version>1.0.0-incubating</version>
>     </dependency>
> </dependencies>
>
> Gradle:
>
> dependencies {
>     compile ‘org.apache.geode:geode-core:1.0.0-incubating’
> }
>
>
> If you’re building a Geode client application, the geode-core dependency
> contains the Java client that connects to a Geode cluster.
>
> We have begun creating examples [1] that succinctly demonstrate Geode
> features and usage.  If you are interested in helping out, this is a great
> way to begin contributing!
>
> Thanks,
> Anthony
>
> [1] https://github.com/apache/incubator-geode/tree/develop/geode-examples
>
>
>

Reply via email to