Skip to content

dexecutor/dexecutor-hazelcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dexecutor-hazelcast

Maven Central License

Distributed Dexecutor Using Hazelcast

Refer wiki or Project Web site for more Details.

License

Dexecutor is licensed under Apache Software License, Version 2.0.

News

  • Version 1.0.0 released on 10/08/2016.

Maven Repository

Dexecutor is deployed at sonatypes open source maven repository. You may use the following repository configuration (if you are interested in snapshots)

<repositories>
     <repository>
         <id>dexecutor-snapshots</id>
         <snapshots>
             <enabled>true</enabled>
         </snapshots>
         <url>https://oss.sonatype.org/content/groups/public/</url>
     </repository>
</repositories>

This repositories releases will be synched to maven central on a regular basis. Snapshots remain at sonatype.

Alternatively you can pull Dexecutor from the central maven repository, just add these to your pom.xml file:

<dependency>
  <groupId>com.github.dexecutor</groupId>
  <artifactId>dexecutor-hazelcast</artifactId>
  <version>1.0.1</version>
</dependency>

BUILDING from the sources

As it is maven project, buidling is just a matter of executing the following in your console:

mvn package

This will produce the dexecutor-hazelcast-VERSION.jar file under the target directory.

Support

If you need help using Dexecutor feel free to drop an email or create an issue in github.com (preferred)

Contributions

To help Dexecutor development you are encouraged to

  • Provide suggestion/feedback/Issue
  • pull requests for new features
  • Star 🌟 the project

View My profile on LinkedIn

About

Distributed Dexecutor Using Hazelcast

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages