| License |
License |
|---|---|
| GroupId | GroupIdio.github.matwein |
| ArtifactId | ArtifactIdscalc-core |
| Version | Version2.0.2 |
| 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.2.pom | |
| scalc-core-2.0.2.jar | 47 KB |
| scalc-core-2.0.2-sources.jar | 27 KB |
| scalc-core-2.0.2-javadoc.jar | 168 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.matwein/scalc-core/ -->
<dependency>
<groupId>io.github.matwein</groupId>
<artifactId>scalc-core</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.matwein/scalc-core/
implementation 'io.github.matwein:scalc-core:2.0.2'
// https://jarcasting.com/artifacts/io.github.matwein/scalc-core/
implementation ("io.github.matwein:scalc-core:2.0.2")
'io.github.matwein:scalc-core:jar:2.0.2'
<dependency org="io.github.matwein" name="scalc-core" rev="2.0.2">
<artifact name="scalc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.matwein', module='scalc-core', version='2.0.2')
)
libraryDependencies += "io.github.matwein" % "scalc-core" % "2.0.2"
[io.github.matwein/scalc-core "2.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |