MVN

com.github.sidhant92 : boolparser

Maven & Gradle

Aug 03, 2021

Example Application · A application used as an example on how to set up pushing its components to the Central Repository.

<dependency>
    <groupId>com.github.sidhant92</groupId>
    <artifactId>boolparser</artifactId>
    <version>1.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sidhant92 : boolparser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

Choose a version of com.github.sidhant92 : boolparser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
boolparser-1.0.9
boolparser-1.0.8
boolparser-1.0.7
boolparser-1.0.6
boolparser-1.0.5
boolparser-1.0.4
boolparser-1.0.3
boolparser-1.0.2
boolparser-1.0.1
boolparser-1.0.0

How to add a dependency to Maven

Add the following com.github.sidhant92 : boolparser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.sidhant92</groupId>
    <artifactId>boolparser</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sidhant92 : boolparser gradle dependency to your build.gradle file:

implementation 'com.github.sidhant92:boolparser:1.0.9'

Gradle Kotlin DSL: Add the following com.github.sidhant92 : boolparser gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sidhant92:boolparser:1.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sidhant92 : boolparser sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sidhant92" % "boolparser" % "1.0.9"