License |
License |
---|---|
GroupId | GroupIdio.bitbucket.janmaren |
ArtifactId | ArtifactIdmexpr |
Version | Version1.4 |
Type | Typejar |
Description |
Descriptionmexpr
Project for parsing and evaluation of mathematical expressions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mexpr-1.4.pom | |
mexpr-1.4.jar | 181 KB |
mexpr-1.4-sources.jar | 102 KB |
mexpr-1.4-javadoc.jar | 906 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bitbucket.janmaren/mexpr/ -->
<dependency>
<groupId>io.bitbucket.janmaren</groupId>
<artifactId>mexpr</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.bitbucket.janmaren/mexpr/
implementation 'io.bitbucket.janmaren:mexpr:1.4'
// https://jarcasting.com/artifacts/io.bitbucket.janmaren/mexpr/
implementation ("io.bitbucket.janmaren:mexpr:1.4")
'io.bitbucket.janmaren:mexpr:jar:1.4'
<dependency org="io.bitbucket.janmaren" name="mexpr" rev="1.4">
<artifact name="mexpr" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bitbucket.janmaren', module='mexpr', version='1.4')
)
libraryDependencies += "io.bitbucket.janmaren" % "mexpr" % "1.4"
[io.bitbucket.janmaren/mexpr "1.4"]
Group / Artifact | Type | Version |
---|---|---|
io.bitbucket.janmaren : mexpr-api | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |