oier / dcos-commons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mesosphere DCOS Commons

Build Status

This project is a collection of classes and utilities necessary for building a DCOS service. It is written in Java and is Java 1.7 compatible.

Building dcos-commons

  1. ./gradlew build

Using dcos-commons

The releases are hosted at the Maven repository at downloads.mesosphere.com. A sample build.gradle is provided below.

repositories {
  // other repositories
  maven {
    url "http://downloads.mesosphere.com/maven/"
  }
}

dependencies {
  // other dependencies
  compile "mesosphere:dcos-commons:+"
}

About

License:Apache License 2.0


Languages

Language:Java 96.5%Language:Go 2.8%Language:Shell 0.5%Language:Groovy 0.3%