smcl

A library that can parse the expression into a math statement and compute it.

License

License

GroupId

GroupId

io.github.nickid2018
ArtifactId

ArtifactId

smcl
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

smcl
A library that can parse the expression into a math statement and compute it.
Project URL

Project URL

https://github.com/Nickid2018/SMCL
Source Code Management

Source Code Management

https://github.com/Nickid2018/SMCL

Download smcl

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0.0