Distributed Dexecutor Using Hazelcast

Integrate dexecutor with Hazelcast to distribute the execution of tasks

License

License

Categories

Categories

Hazelcast Application Layer Libs Distributed Applications Dex General Purpose Libraries Utility
GroupId

GroupId

com.github.dexecutor
ArtifactId

ArtifactId

dexecutor-hazelcast
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Distributed Dexecutor Using Hazelcast
Integrate dexecutor with Hazelcast to distribute the execution of tasks
Project URL

Project URL

https://github.com/dexecutor/dexecutor-hazelcast
Project Organization

Project Organization

Dexecutor
Source Code Management

Source Code Management

https://github.com/dexecutor/dexecutor-hazelcast

Download dexecutor-hazelcast

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.dexecutor/dexecutor-hazelcast/ -->
<dependency>
    <groupId>com.github.dexecutor</groupId>
    <artifactId>dexecutor-hazelcast</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dexecutor/dexecutor-hazelcast/
implementation 'com.github.dexecutor:dexecutor-hazelcast:1.0.1'
// https://jarcasting.com/artifacts/com.github.dexecutor/dexecutor-hazelcast/
implementation ("com.github.dexecutor:dexecutor-hazelcast:1.0.1")
'com.github.dexecutor:dexecutor-hazelcast:jar:1.0.1'
<dependency org="com.github.dexecutor" name="dexecutor-hazelcast" rev="1.0.1">
  <artifact name="dexecutor-hazelcast" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dexecutor', module='dexecutor-hazelcast', version='1.0.1')
)
libraryDependencies += "com.github.dexecutor" % "dexecutor-hazelcast" % "1.0.1"
[com.github.dexecutor/dexecutor-hazelcast "1.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
com.github.dexecutor : dexecutor-core jar 1.1.1
com.hazelcast : hazelcast jar 3.7

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
ch.qos.logback : logback-classic jar 1.1.7

Project Modules

There are no modules declared in this project.

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

com.github.dexecutor

Versions

Version
1.0.1