pathy-core


License

License

Categories

Categories

Data
GroupId

GroupId

com.slamdata
ArtifactId

ArtifactId

pathy-core_2.12
Last Version

Last Version

0.2.13
Release Date

Release Date

Type

Type

jar
Description

Description

pathy-core
pathy-core
Project URL

Project URL

https://github.com/slamdata/scala-pathy
Project Organization

Project Organization

SlamData Inc.
Source Code Management

Source Code Management

https://github.com/slamdata/scala-pathy

Download pathy-core_2.12

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.typelevel : scala-library jar 2.12.1
com.slamdata : slamdata-predef_2.12 jar 0.0.6
org.scalaz : scalaz-core_2.12 jar 7.2.15

Project Modules

There are no modules declared in this project.

Build Status

pathy

A type-safe abstraction for platform-independent file system paths.

Ported from purescript-pathy.

Example

val fullPath = rootDir </> dir("baz") </> file("foo.png")

See the examples file for more.

Getting Started

Installation

pathy is cross-built against Scala 2.10.x and 2.11.x.

If you're using SBT, add the following to your build file

libraryDependencies += "com.slamdata" %% "pathy" % "0.0.1-SNAPSHOT"

Usage

The following imports will bring all types and operations into scope

import pathy._, Path._
com.slamdata

SlamData, Inc.

Versions

Version
0.2.13
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6.7
0.2.6
0.2.5
0.2.4