GroupId | GroupIdcom.github.thiagolocatelli |
---|---|
ArtifactId | ArtifactIdparse4j |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
parse4j-1.2.pom | |
parse4j-1.2.jar | 126 KB |
parse4j-1.2-sources.jar | 55 KB |
parse4j-1.2-javadoc.jar | 345 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thiagolocatelli/parse4j/ -->
<dependency>
<groupId>com.github.thiagolocatelli</groupId>
<artifactId>parse4j</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thiagolocatelli/parse4j/
implementation 'com.github.thiagolocatelli:parse4j:1.2'
// https://jarcasting.com/artifacts/com.github.thiagolocatelli/parse4j/
implementation ("com.github.thiagolocatelli:parse4j:1.2")
'com.github.thiagolocatelli:parse4j:jar:1.2'
<dependency org="com.github.thiagolocatelli" name="parse4j" rev="1.2">
<artifact name="parse4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thiagolocatelli', module='parse4j', version='1.2')
)
libraryDependencies += "com.github.thiagolocatelli" % "parse4j" % "1.2"
[com.github.thiagolocatelli/parse4j "1.2"]