| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.dryuf |
| ArtifactId | ArtifactIddryuf-eval-lib |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDryuf Eval
Dryuf Eval provides evaluation of math expressions. By math,
it's meant math operations and functions, logical operations,
conversions and any other customized functionality.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dryuf-eval-lib-1.0.0.pom | |
| dryuf-eval-lib-1.0.0.jar | 118 KB |
| dryuf-eval-lib-1.0.0-sources.jar | 19 KB |
| dryuf-eval-lib-1.0.0-javadoc.jar | 579 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.dryuf/dryuf-eval-lib/ -->
<dependency>
<groupId>net.dryuf</groupId>
<artifactId>dryuf-eval-lib</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.dryuf/dryuf-eval-lib/
implementation 'net.dryuf:dryuf-eval-lib:1.0.0'
// https://jarcasting.com/artifacts/net.dryuf/dryuf-eval-lib/
implementation ("net.dryuf:dryuf-eval-lib:1.0.0")
'net.dryuf:dryuf-eval-lib:jar:1.0.0'
<dependency org="net.dryuf" name="dryuf-eval-lib" rev="1.0.0">
<artifact name="dryuf-eval-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dryuf', module='dryuf-eval-lib', version='1.0.0')
)
libraryDependencies += "net.dryuf" % "dryuf-eval-lib" % "1.0.0"
[net.dryuf/dryuf-eval-lib "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 31.1-jre |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.24 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 7.3.0 |
| org.mockito : mockito-core | jar | 4.5.1 |