eie


License

License

GroupId

GroupId

com.github.aaronp
ArtifactId

ArtifactId

eie_2.11
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

eie
eie
Project Organization

Project Organization

com.github.aaronp
Source Code Management

Source Code Management

https://github.com/aaronp/eie

Download eie_2.11

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
com.github.mpilquist : simulacrum_2.11 jar 0.13.0
com.typesafe.scala-logging : scala-logging_2.11 jar 3.7.2

test (4)

Group / Artifact Type Version
org.scalactic : scalactic_2.11 jar 3.0.4
org.scalatest : scalatest_2.11 jar 3.0.4
org.pegdown : pegdown jar 1.6.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

EIE

sbt test Coverage Status Maven Central Scaladoc

'EIE' is yet another IO project, written in scala. It's inspiration is from utilities in e.g. apache-commons and better-files (both good libraries).

It's mostly useful for pimping java.nio.Path, and providing the ToBytes and FromBytes type-classes, and exposing some other basic DAO operations on a file system.

You can read more about the design and check the documentation here

Usage

  import eie.io._

  val file: java.nio.Path = "my/file.txt".asPath.text = "hello world!"

  val contents: String = file.text

  file.delete()

Building

You can build/test/etc using the usual suspects:

sbt clean coverage test coverageReport doc

Versions

Version
0.0.4