Download groovy-wslite-1.1.2.jar file

Introduction

You can download groovy-wslite-1.1.2.jar in this page.

License

The Apache Software License, Version 2.0

Type List

groovy-wslite-1.1.2.jar file has the following types.

META-INF/MANIFEST.MF
wslite.http.ContentTypeHeader.class
wslite.http.HTTP.class
wslite.http.HTTPClient.class
wslite.http.HTTPClientException.class
wslite.http.HTTPConnectionFactory.class
wslite.http.HTTPMethod.class
wslite.http.HTTPRequest.class
wslite.http.HTTPResponse.class
wslite.http.auth.HTTPAuthorization.class
wslite.http.auth.HTTPBasicAuthorization.class
wslite.json.JSONArray.class
wslite.json.JSONException.class
wslite.json.JSONObject.class
wslite.json.JSONString.class
wslite.json.JSONTokener.class
wslite.rest.ContentBuilder.class
wslite.rest.ContentType.class
wslite.rest.RESTClient.class
wslite.rest.RESTClientException.class
wslite.rest.RESTContentParseException.class
wslite.rest.RequestBuilder.class
wslite.rest.Response.class
wslite.rest.ResponseBuilder.class
wslite.rest.URLParametersCodec.class
wslite.rest.multipart.BodyPart.class
wslite.soap.SOAP.class
wslite.soap.SOAPClient.class
wslite.soap.SOAPClientException.class
wslite.soap.SOAPFaultException.class
wslite.soap.SOAPMessageBuilder.class
wslite.soap.SOAPMessageParseException.class
wslite.soap.SOAPResponse.class
wslite.soap.SOAPVersion.class
wslite.util.ObjectHelper.class

Pom

groovy-wslite-1.1.2.pom file content.

<?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.github.groovy-wslite</groupId>
  <artifactId>groovy-wslite</artifactId>
  <version>1.1.2</version>
  <name>groovy-wslite</name>
  <description>Lightweight SOAP and REST webservice clients for Groovy</description>
  <url>https://github.com/jwagenleitner/groovy-wslite</url>
  <inceptionYear>2011</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jwagenleitner</id>
      <name>John Wagenleitner</name>
      <email>john.wagenleitner@gmail.com</email>
      <roles>
        <role>Lead</role>
        <role>Founder</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/jwagenleitner/groovy-wslite</connection>
    <url>scm:git:git@github.com:jwagenleitner/groovy-wslite.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.spockframework</groupId>
      <artifactId>spock-core</artifactId>
      <version>0.6-groovy-1.7</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy-all</artifactId>
      <version>1.7.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib-nodep</artifactId>
      <version>2.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.github.groovy-wslite</groupId>
   <artifactId>groovy-wslite</artifactId>
   <version>1.1.2</version>
</dependency>

Download

If you think the following groovy-wslite-1.1.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download groovy-wslite-1.1.2.jar file




PreviousNext

Related