base


License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.hammerlab.cli
ArtifactId

ArtifactId

base_2.11
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

base
base
Project URL

Project URL

https://github.com/hammerlab/cli-utils
Project Organization

Project Organization

org.hammerlab.cli
Source Code Management

Source Code Management

https://github.com/hammerlab/cli-utils

Download base_2.11

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
com.github.alexarchambault : case-app_2.11 jar 2.0.0-M3
org.hammerlab : io_2.11 jar 5.2.0
org.hammerlab : paths_2.11 jar 1.5.0
com.chuusai : shapeless_2.11 jar 2.3.3
org.hammerlab : shapeless-utils_2.11 jar 1.3.0

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.4
org.hammerlab.test : base_2.11 jar 1.0.1

Project Modules

There are no modules declared in this project.

cli-utils

Build Status codecov

Interfaces for creating CLI-runnable and testable commands/apps, with Spark- and non-Spark-focused modules.

base

Maven Central

Wrappers and extensions to case-app:

libraryDependencies += "org.hammerlab.cli" %% "base" % "1.0.1"
import hammerlab.cli._

See examples in tests.

spark

Maven Central

libraryDependencies += "org.hammerlab.cli" %% "spark" % "1.0.1"
import hammerlab.cli.spark._

See examples in tests.

org.hammerlab.cli

Hammer Lab

We're a lab working to understand and improve the immune response to cancer

Versions

Version
1.0.1
1.0.0