is not current version
Last Version 1.4

com.github.thiagolocatelli:parse4j 1.1


GroupId

GroupId

com.github.thiagolocatelli
ArtifactId

ArtifactId

parse4j
Version

Version

1.1
Type

Type

jar

Download parse4j 1.1


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