httputils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>in.sourceshift.genericmodules</groupId>
<artifactId>httputils</artifactId>
<version>17.0.0</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>httputils</artifactId> <packaging>jar</packaging> <name>genericmodules-httputils</name> <description>NA</description> <parent> <groupId>in.sourceshift.genericmodules</groupId> <artifactId>parent</artifactId> <version>17.0.0</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> <dependency> <groupId>in.sourceshift.genericmodules</groupId> <artifactId>commons</artifactId> </dependency> <dependency> <groupId>com.konghq</groupId> <artifactId>unirest-java</artifactId> <version>3.11.01</version> </dependency> </dependencies> </project>