iarray

Immutable array wrapper. does not use ClassTag. scalaz friendly

License

License

MIT
GroupId

GroupId

com.github.xuwei-k
ArtifactId

ArtifactId

iarray_2.11
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

iarray
Immutable array wrapper. does not use ClassTag. scalaz friendly
Project URL

Project URL

https://github.com/xuwei-k/iarray
Project Organization

Project Organization

com.github.xuwei-k

Download iarray_2.11

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
org.scalaz : scalaz-core_2.11 jar 7.3.6

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.0
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.13
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7-scalaz70