histogrammar / histogrammar-scala   1.0.30

Apache License 2.0 GitHub

Scala implementation of Histogrammar, with optional front-ends and back-ends as separate Maven projects.

Scala versions: 2.13 2.12

histogrammar 1.0.0


Group ID:
org.diana-hep
Artifact ID:
histogrammar_2.10
Version:
1.0.0
Release Date:
Sep 9, 2016
Licenses:

libraryDependencies += "org.diana-hep" %% "histogrammar" % "1.0.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"org.diana-hep::histogrammar:1.0.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "org.diana-hep::histogrammar:1.0.0"

Ammonite REPL

import $ivy.`org.diana-hep::histogrammar:1.0.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>org.diana-hep</groupId>
  <artifactId>histogrammar_2.10</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'org.diana-hep', name: 'histogrammar_2.10', version: '1.0.0'