spores


License

License

Categories

Categories

Scala Languages
GroupId

GroupId

ch.epfl.scala
ArtifactId

ArtifactId

spores_2.11
Last Version

Last Version

0.4.3
Release Date

Release Date

Type

Type

jar
Description

Description

spores
spores
Project URL

Project URL

https://github.com/scalacenter/spores
Project Organization

Project Organization

Scala Center
Source Code Management

Source Code Management

https://github.com/scalacenter/spores

Download spores_2.11

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
com.lihaoyi : sourcecode_2.11 jar 0.1.3
com.lihaoyi : fansi_2.11 jar 0.2.3

provided (1)

Group / Artifact Type Version
org.scala-lang : scala-reflect jar 2.11.8

test (3)

Group / Artifact Type Version
org.scala-lang : scala-compiler jar 2.11.8
junit : junit jar 4.12
com.novocode : junit-interface jar 0.11

Project Modules

There are no modules declared in this project.

Spores

Build Status Gitter Maven Central

User Documentation.

Scala Spores, safe mobile closures: SIP-21.

Spores is an extension of the Scala compiler that enables a safer use of closures in concurrent and distributed environments. It allows developers to guarantee properties of functions based on types, having more control over the function's environment.

Spores comes with a transitive checker to ensure that captured types can be serialized by the JVM (Java serialization). For more information, check the motivation and the getting-started guide.

Add to your project

libraryDependencies += "ch.epfl.scala" %% "spores" % "0.4.3"
addCompilerPlugin("ch.epfl.scala" %% "spores-serialization" % "0.4.3")
ch.epfl.scala

Scala Center

Versions

Version
0.4.3
0.4.2
0.4.1
0.4.0