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