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