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