MVN

com.github.gbenroscience : parser-ng

Maven & Gradle

Mar 16, 2023
26 stars

ParserNG · Rich and Performant, Cross Platform Java Library(100% Java)... Now allows the differentiation function to be differentiated with respect to any variable(not just x). A command line tool(parser.cmd.ParserCmd) has also been added. Its still in its infancy; but it works

<dependency>
    <groupId>com.github.gbenroscience</groupId>
    <artifactId>parser-ng</artifactId>
    <version>0.1.9-release</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.gbenroscience : parser-ng to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.9-release

All Versions

Choose a version of com.github.gbenroscience : parser-ng to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
parser-ng-0.1.9-release
parser-ng-0.1.8
parser-ng-0.1.6
parser-ng-0.1.5
parser-ng-0.1.4
parser-ng-0.1.3
parser-ng-0.1.1
parser-ng-0.1.0

How to add a dependency to Maven

Add the following com.github.gbenroscience : parser-ng maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.gbenroscience</groupId>
    <artifactId>parser-ng</artifactId>
    <version>0.1.9-release</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.gbenroscience : parser-ng gradle dependency to your build.gradle file:

implementation 'com.github.gbenroscience:parser-ng:0.1.9-release'

Gradle Kotlin DSL: Add the following com.github.gbenroscience : parser-ng gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.gbenroscience:parser-ng:0.1.9-release")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.gbenroscience : parser-ng sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.gbenroscience" % "parser-ng" % "0.1.9-release"