is not current version
Last Version 2.0.2

io.github.matwein:scalc-core 2.0.1

SCalc - Simple calculation library to parse and calculate math expressions.

GroupId

GroupId

io.github.matwein
ArtifactId

ArtifactId

scalc-core
Version

Version

2.0.1
Type

Type

jar

Download scalc-core 2.0.1


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