License |
License |
---|---|
GroupId | GroupIdcom.github.thiagolocatelli |
ArtifactId | ArtifactIdparse4j |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionparse4j
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
parse4j-1.4.pom | |
parse4j-1.4.jar | 124 KB |
parse4j-1.4-sources.jar | 55 KB |
parse4j-1.4-javadoc.jar | 341 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thiagolocatelli/parse4j/ -->
<dependency>
<groupId>com.github.thiagolocatelli</groupId>
<artifactId>parse4j</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thiagolocatelli/parse4j/
implementation 'com.github.thiagolocatelli:parse4j:1.4'
// https://jarcasting.com/artifacts/com.github.thiagolocatelli/parse4j/
implementation ("com.github.thiagolocatelli:parse4j:1.4")
'com.github.thiagolocatelli:parse4j:jar:1.4'
<dependency org="com.github.thiagolocatelli" name="parse4j" rev="1.4">
<artifact name="parse4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thiagolocatelli', module='parse4j', version='1.4')
)
libraryDependencies += "com.github.thiagolocatelli" % "parse4j" % "1.4"
[com.github.thiagolocatelli/parse4j "1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.1 |
org.apache.httpcomponents : httpclient | jar | 4.3.2 |
org.apache.httpcomponents : httpcore | jar | 4.3.1 |
org.json : json | jar | 20131018 |
commons-codec : commons-codec | jar | 1.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
ch.qos.logback : logback-classic | jar | 0.9.28 |
ch.qos.logback : logback-core | jar | 0.9.28 |