core

A Scala library for solving fixpoint equations

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

it.unich.scalafix
ArtifactId

ArtifactId

scalafix_2.11
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

core
A Scala library for solving fixpoint equations
Project URL

Project URL

https://github.com/jandom-devel/ScalaFix
Project Organization

Project Organization

it.unich.scalafix
Source Code Management

Source Code Management

https://github.com/jandom-devel/ScalaFix

Download scalafix_2.11

How to add to project

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

Dependencies

compile (1)

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

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.5
org.scalacheck : scalacheck_2.11 jar 1.14.0

Project Modules

There are no modules declared in this project.

ScalaFix

A Scala library for solving fixpoint equations

it.unich.scalafix

Jandom development

Versions

Version
0.7.0
0.6.0
0.5.2
0.5.0