MVN

com.notkamui.libs : keval-js

Maven & Gradle

Feb 11, 2023
120 stars

Keval · A Kotlin mini library for mathematical expression string evaluation

<dependency>
    <groupId>com.notkamui.libs</groupId>
    <artifactId>keval-js</artifactId>
    <version>0.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.notkamui.libs : keval-js to add to Maven - Latest Versions:

  • Latest Stable: 0.9.0

All Versions

Choose a version of com.notkamui.libs : keval-js to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
keval-js-0.9.0
0.8.x
keval-js-0.8.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.notkamui.libs</groupId>
    <artifactId>keval-js</artifactId>
    <version>0.9.0</version>
</dependency>

Advertisement