core

A Scala library for solving fixpoint equations

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

it.unich.scalafix
ArtifactId

ArtifactId

scalafix_3
Last Version

Last Version

0.9.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_3

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala3-library_3 jar 3.1.2

test (3)

Group / Artifact Type Version
org.scalatest : scalatest-funspec_3 jar 3.2.11
org.scalatestplus : scalacheck-1-15_3 jar 3.2.11.0
org.scalacheck : scalacheck_3 jar 1.15.4

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.0
0.8.0