1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-14 07:22:20 +03:00
Files
okhttp/okcurl
Jesse Wilson e6cefb7a4d Switch to Gradle's Maven Publishing Plugin
This removes a bunch of low-value stuff from the pom.xml files:

 - name
 - description
 - licence distribution ('repo')
 - developers clause
 - test dependencies

I don't think any of this will be missed, and it shrinks the pom.xml
file to the minimal set of useful stuff.

This also causes us to publish a gradle .module file. This is the
motivation for this change. It'll allow us to ship a Gradle platform,
which is a more capable than a Maven BOM.
2020-01-19 21:44:55 -05:00
..
2019-07-19 15:15:05 +01:00
2016-07-09 17:19:04 -04:00

OkCurl

A curl for the next-generation web.

OkCurl is an OkHttp-backed curl clone which allows you to test OkHttp's HTTP engine (including HTTP/2) against web servers.