GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdhttp1_1-parser |
Version | Version1.9.120 |
Type | Typejar |
Filename | Size |
---|---|
http1_1-parser-1.9.120.pom | |
http1_1-parser-1.9.120.jar | 65 KB |
http1_1-parser-1.9.120-sources.jar | 36 KB |
http1_1-parser-1.9.120-javadoc.jar | 357 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/http1_1-parser/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>http1_1-parser</artifactId>
<version>1.9.120</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http1_1-parser/
implementation 'org.webpieces:http1_1-parser:1.9.120'
// https://jarcasting.com/artifacts/org.webpieces/http1_1-parser/
implementation ("org.webpieces:http1_1-parser:1.9.120")
'org.webpieces:http1_1-parser:jar:1.9.120'
<dependency org="org.webpieces" name="http1_1-parser" rev="1.9.120">
<artifact name="http1_1-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http1_1-parser', version='1.9.120')
)
libraryDependencies += "org.webpieces" % "http1_1-parser" % "1.9.120"
[org.webpieces/http1_1-parser "1.9.120"]