Download mesos-1.0.0.jar file - Jar m

Jar examples for m:mesos

Description

An Akka based Mesos actor for creating Mesos frameworks.

You can download jar file mesos 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add mesos-1.0.0.jar to your project.

<dependency>
   <groupId>org.apache.mesos</groupId>
   <artifactId>mesos</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'org.apache.mesos', name: 'mesos', version: '1.0.0'
libraryDependencies += "org.apache.mesos" % "mesos" % "1.0.0"
<dependency org="org.apache.mesos" name="mesos" rev="1.0.0"/>
@Grapes(@Grab(group='org.apache.mesos', module='mesos', version='1.0.0'))
'org.apache.mesos:mesos:jar:1.0.0'

Download

Click the following link to download the jar file.

mesos-1.0.0-javadoc.jar
mesos-1.0.0-shaded-protobuf.jar
mesos-1.0.0-sources.jar
mesos-1.0.0.jar
mesos-1.0.0.pom



Related Tutorials