| License |
License |
|---|---|
| GroupId | GroupIdio.github.matwein |
| ArtifactId | ArtifactIdscalc-core |
| Version | Version2.0.0 |
| Type | Typejar |
| Description |
Descriptionscalc
SCalc - Simple calculation library to parse and calculate math expressions.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| scalc-core-2.0.0.pom | |
| scalc-core-2.0.0.jar | 46 KB |
| scalc-core-2.0.0-sources.jar | 26 KB |
| scalc-core-2.0.0-javadoc.jar | 163 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.matwein/scalc-core/ -->
<dependency>
<groupId>io.github.matwein</groupId>
<artifactId>scalc-core</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.matwein/scalc-core/
implementation 'io.github.matwein:scalc-core:2.0.0'
// https://jarcasting.com/artifacts/io.github.matwein/scalc-core/
implementation ("io.github.matwein:scalc-core:2.0.0")
'io.github.matwein:scalc-core:jar:2.0.0'
<dependency org="io.github.matwein" name="scalc-core" rev="2.0.0">
<artifact name="scalc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.matwein', module='scalc-core', version='2.0.0')
)
libraryDependencies += "io.github.matwein" % "scalc-core" % "2.0.0"
[io.github.matwein/scalc-core "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |