GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdhttp1_1-parser |
Version | Version1.9.73 |
Type | Typejar |
Filename | Size |
---|---|
http1_1-parser-1.9.73.pom | |
http1_1-parser-1.9.73.jar | 63 KB |
http1_1-parser-1.9.73-sources.jar | 36 KB |
http1_1-parser-1.9.73-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.73</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http1_1-parser/
implementation 'org.webpieces:http1_1-parser:1.9.73'
// https://jarcasting.com/artifacts/org.webpieces/http1_1-parser/
implementation ("org.webpieces:http1_1-parser:1.9.73")
'org.webpieces:http1_1-parser:jar:1.9.73'
<dependency org="org.webpieces" name="http1_1-parser" rev="1.9.73">
<artifact name="http1_1-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http1_1-parser', version='1.9.73')
)
libraryDependencies += "org.webpieces" % "http1_1-parser" % "1.9.73"
[org.webpieces/http1_1-parser "1.9.73"]