http-requests-groovy
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.budjb</groupId> <artifactId>http-requests-groovy</artifactId> <version>2.0.7</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.budjb</groupId> <artifactId>http-requests-groovy</artifactId> <version>2.0.7</version> <name>http-requests-groovy</name> <description>Adds Groovy extensions to the HTTP requests library. This library enhances theHttpClient and its descendents with Groovy-style DSL method variants, and adds Groovy-specificentity converters.</description> <url>https://github.com/budjb/http-requests</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>budjb</id> <name>Bud Byrd</name> <email>bud.byrd@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/budjb/http-requests.git</connection> <developerConnection>scm:git:https://github.com/budjb/http-requests.git</developerConnection> <url>https://github.com/budjb/http-requests</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/budjb/http-requests/issues</url> </issueManagement> <dependencies> <dependency> <groupId>com.budjb</groupId> <artifactId>http-requests-core</artifactId> <version>2.0.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> <version>2.5.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-json</artifactId> <version>2.5.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-xml</artifactId> <version>2.5.6</version> <scope>compile</scope> </dependency> </dependencies> </project>