implicitbox


License

License

GroupId

GroupId

io.monix
ArtifactId

ArtifactId

implicitbox_sjs0.6_2.13
Last Version

Last Version

0.2.0
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_sjs0.6_2.13

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.1
org.scala-js : scalajs-library_2.13 jar 0.6.32

test (2)

Group / Artifact Type Version
org.scala-js : scalajs-test-bridge_2.13 jar 0.6.32
io.monix : minitest_sjs0.6_2.13 jar 2.8.2

Project Modules

There are no modules declared in this project.

Implicit Box

Scala micro-library providing utilities for capturing implicits.

Compiler support

  • Scala 2.12, 2.13, 0.27.0-RC1, 3.0.0-M1
  • Scala.js 1.3

Usage in SBT

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

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

Monix

Asynchronous, Reactive programming for Scala and Scala.js

Versions

Version
0.2.0
0.1.0