is not current version
Last Version 1.0.9

com.github.sidhant92:boolparser 1.0.1

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

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.sidhant92
ArtifactId

ArtifactId

boolparser
Version

Version

1.0.1
Type

Type

jar

Download boolparser 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.sidhant92/boolparser/ -->
<dependency>
    <groupId>com.github.sidhant92</groupId>
    <artifactId>boolparser</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sidhant92/boolparser/
implementation 'com.github.sidhant92:boolparser:1.0.1'
// https://jarcasting.com/artifacts/com.github.sidhant92/boolparser/
implementation ("com.github.sidhant92:boolparser:1.0.1")
'com.github.sidhant92:boolparser:jar:1.0.1'
<dependency org="com.github.sidhant92" name="boolparser" rev="1.0.1">
  <artifact name="boolparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sidhant92', module='boolparser', version='1.0.1')
)
libraryDependencies += "com.github.sidhant92" % "boolparser" % "1.0.1"
[com.github.sidhant92/boolparser "1.0.1"]