openmole / gridscale   1.87.0

GNU Affero General Public License v3.0 GitHub

Scala library for accessing various file, batch systems, job schedulers and grid middlewares.

Scala versions: 3.x 2.13 2.12 2.11 2.10

condor 1.70


Group ID:
fr.iscpif.gridscale.bundle
Artifact ID:
condor_2.10
Version:
1.70
Release Date:
Jul 12, 2014
Licenses:

libraryDependencies += "fr.iscpif.gridscale.bundle" %% "condor" % "1.70"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"fr.iscpif.gridscale.bundle::condor:1.70"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "fr.iscpif.gridscale.bundle::condor:1.70"

Ammonite REPL

import $ivy.`fr.iscpif.gridscale.bundle::condor:1.70`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>fr.iscpif.gridscale.bundle</groupId>
  <artifactId>condor_2.10</artifactId>
  <version>1.70</version>
</dependency>

compile group: 'fr.iscpif.gridscale.bundle', name: 'condor_2.10', version: '1.70'