implicitbox


License

License

GroupId

GroupId

io.monix
ArtifactId

ArtifactId

implicitbox_2.13
Last Version

Last Version

0.3.4
Release Date

Release Date

Type

Type

jar
Description

Description

implicitbox
implicitbox
Project URL

Project URL

https://github.com/monix/implicitbox
Project Organization

Project Organization

monix
Source Code Management

Source Code Management

https://github.com/monix/implicitbox

Download implicitbox_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/io.monix/implicitbox_2.13/ -->
<dependency>
    <groupId>io.monix</groupId>
    <artifactId>implicitbox_2.13</artifactId>
    <version>0.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.monix/implicitbox_2.13/
implementation 'io.monix:implicitbox_2.13:0.3.4'
// https://jarcasting.com/artifacts/io.monix/implicitbox_2.13/
implementation ("io.monix:implicitbox_2.13:0.3.4")
'io.monix:implicitbox_2.13:jar:0.3.4'
<dependency org="io.monix" name="implicitbox_2.13" rev="0.3.4">
  <artifact name="implicitbox_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.monix', module='implicitbox_2.13', version='0.3.4')
)
libraryDependencies += "io.monix" % "implicitbox_2.13" % "0.3.4"
[io.monix/implicitbox_2.13 "0.3.4"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.5

test (1)

Group / Artifact Type Version
io.monix : minitest_2.13 jar 2.9.6

Project Modules

There are no modules declared in this project.

Implicit Box

Scala micro-library providing utilities for capturing implicits.

Compiler support

Usage in SBT

For build.sbt (use the %%% operator for Scala.js):

// use the %%% operator for Scala.js
libraryDependencies += "io.monix" %% "implicitbox" % "0.3.4"
io.monix

Monix

Asynchronous, Reactive programming for Scala and Scala.js

Versions

Version
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0