is not current version
Last Version 1.4

com.github.thiagolocatelli:parse4j 1.3


GroupId

GroupId

com.github.thiagolocatelli
ArtifactId

ArtifactId

parse4j
Version

Version

1.3
Type

Type

jar

Download parse4j 1.3


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