scala-multicodec

Scala Implementation of Multicodec.

License

License

MIT
Categories

Categories

Scala Languages
GroupId

GroupId

com.github.fluency03
ArtifactId

ArtifactId

scala-multicodec_2.12
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

scala-multicodec
Scala Implementation of Multicodec.
Project URL

Project URL

https://github.com/fluency03/scala-multicodec
Project Organization

Project Organization

fluency03
Source Code Management

Source Code Management

https://github.com/fluency03/scala-multicodec

Download scala-multicodec_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.fluency03/scala-multicodec_2.12/ -->
<dependency>
    <groupId>com.github.fluency03</groupId>
    <artifactId>scala-multicodec_2.12</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fluency03/scala-multicodec_2.12/
implementation 'com.github.fluency03:scala-multicodec_2.12:0.0.2'
// https://jarcasting.com/artifacts/com.github.fluency03/scala-multicodec_2.12/
implementation ("com.github.fluency03:scala-multicodec_2.12:0.0.2")
'com.github.fluency03:scala-multicodec_2.12:jar:0.0.2'
<dependency org="com.github.fluency03" name="scala-multicodec_2.12" rev="0.0.2">
  <artifact name="scala-multicodec_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fluency03', module='scala-multicodec_2.12', version='0.0.2')
)
libraryDependencies += "com.github.fluency03" % "scala-multicodec_2.12" % "0.0.2"
[com.github.fluency03/scala-multicodec_2.12 "0.0.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.7
org.scalactic : scalactic_2.12 jar 3.0.5
com.beachape : enumeratum_2.12 jar 1.5.13

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.0.5

Project Modules

There are no modules declared in this project.

scala-multicodec

Latest release Maven Central standard-readme compliant

Scala Implementation of Multicodec.

Table of Contents

Install

Maven

<dependency>
  <groupId>com.github.fluency03</groupId>
  <artifactId>scala-multicodec_2.12</artifactId>
  <version>{latestVersion}</version>
</dependency>

sbt

libraryDependencies += "com.github.fluency03" % "scala-multicodec_2.12" % {latestVersion}

Usage

API

Maintainers

@fluency03

Contribute

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2018 @fluency03

Versions

Version
0.0.2
0.0.1