License |
License |
---|---|
GroupId | GroupIdio.bitbucket.janmaren |
ArtifactId | ArtifactIdmexpr |
Version | Version1.2 |
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.2.pom | |
mexpr-1.2.jar | 200 KB |
mexpr-1.2-sources.jar | 112 KB |
mexpr-1.2-javadoc.jar | 996 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bitbucket.janmaren/mexpr/ -->
<dependency>
<groupId>io.bitbucket.janmaren</groupId>
<artifactId>mexpr</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.bitbucket.janmaren/mexpr/
implementation 'io.bitbucket.janmaren:mexpr:1.2'
// https://jarcasting.com/artifacts/io.bitbucket.janmaren/mexpr/
implementation ("io.bitbucket.janmaren:mexpr:1.2")
'io.bitbucket.janmaren:mexpr:jar:1.2'
<dependency org="io.bitbucket.janmaren" name="mexpr" rev="1.2">
<artifact name="mexpr" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bitbucket.janmaren', module='mexpr', version='1.2')
)
libraryDependencies += "io.bitbucket.janmaren" % "mexpr" % "1.2"
[io.bitbucket.janmaren/mexpr "1.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |