You can download wps-v_2_0-2.6.1.jar in this page.
Open Source
wps-v_2_0-2.6.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.jvnet.ogc/wps-v_2_0/dependencies.txt META-INF/maven/org.jvnet.ogc/wps-v_2_0/pom.properties META-INF/maven/org.jvnet.ogc/wps-v_2_0/pom.xml META-INF/sun-jaxb.episode net.opengis.wps.v_2_0.BoundingBoxData.class net.opengis.wps.v_2_0.ComplexDataType.class net.opengis.wps.v_2_0.Contents.class net.opengis.wps.v_2_0.Data.class net.opengis.wps.v_2_0.DataDescriptionType.class net.opengis.wps.v_2_0.DataInputType.class net.opengis.wps.v_2_0.DataOutputType.class net.opengis.wps.v_2_0.DataTransmissionModeType.class net.opengis.wps.v_2_0.DescribeProcess.class net.opengis.wps.v_2_0.DescriptionType.class net.opengis.wps.v_2_0.Dismiss.class net.opengis.wps.v_2_0.ExecuteRequestType.class net.opengis.wps.v_2_0.Format.class net.opengis.wps.v_2_0.GenericInputType.class net.opengis.wps.v_2_0.GenericOutputType.class net.opengis.wps.v_2_0.GenericProcessType.class net.opengis.wps.v_2_0.GetCapabilitiesType.class net.opengis.wps.v_2_0.GetResult.class net.opengis.wps.v_2_0.GetStatus.class net.opengis.wps.v_2_0.InputDescriptionType.class net.opengis.wps.v_2_0.LiteralDataDomainType.class net.opengis.wps.v_2_0.LiteralDataType.class net.opengis.wps.v_2_0.LiteralValue.class net.opengis.wps.v_2_0.ObjectFactory.class net.opengis.wps.v_2_0.OutputDefinitionType.class net.opengis.wps.v_2_0.OutputDescriptionType.class net.opengis.wps.v_2_0.ProcessDescriptionType.class net.opengis.wps.v_2_0.ProcessOffering.class net.opengis.wps.v_2_0.ProcessOfferings.class net.opengis.wps.v_2_0.ProcessSummaryType.class net.opengis.wps.v_2_0.ReferenceType.class net.opengis.wps.v_2_0.RequestBaseType.class net.opengis.wps.v_2_0.Result.class net.opengis.wps.v_2_0.StatusInfo.class net.opengis.wps.v_2_0.SupportedCRS.class net.opengis.wps.v_2_0.WPSCapabilitiesType.class net.opengis.wps.v_2_0.package-info.class wps-v_2_0.jsonix.xjb wps-v_2_0.xjb
wps-v_2_0-2.6.1.pom file content.
<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>wps-v_2_0</artifactId> <packaging>jar</packaging> <name>OGC WPS 2.0</name> <parent> <groupId>org.jvnet.ogc</groupId> <artifactId>ogc-schema-parent</artifactId> <version>2.6.1</version> <relativePath>../../schema-parent/pom.xml</relativePath> </parent> <dependencies> <dependency> <groupId>org.hisrc.w3c</groupId> <artifactId>xlink-v_1_0</artifactId> </dependency> <dependency> <groupId>org.hisrc.w3c</groupId> <artifactId>xmlschema-v_1_0</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>ows-v_2_0</artifactId> <version>${project.version}</version> </dependency> </dependencies> <build> <defaultGoal>install</defaultGoal> <plugins> <plugin> <groupId>org.jvnet.jaxb2.maven2</groupId> <artifactId>maven-jaxb2-plugin</artifactId> <configuration> <schemas> <schema> <url>http://schemas.opengis.net/wps/2.0/wps.xsd</url> </schema> <schema> <url>http://schemas.opengis.net/wps/2.0/wpsGetResult.xsd</url> </schema> <schema> <url>http://schemas.opengis.net/wps/2.0/processProfile.xsd</url> </schema> </schemas> <bindings> <binding> <dependencyResource> <groupId>${project.groupId}</groupId> <artifactId>ogc-schemas</artifactId> <resource>ogc/globalBindings.xjb</resource> <version>${project.version}</version> </dependencyResource> </binding> <binding> <dependencyResource> <groupId>org.hisrc.w3c</groupId> <artifactId>xlink-v_1_0</artifactId> <resource>xlink-v_1_0.jsonix.xjb</resource> <version>${w3c-schemas.version}</version> </dependencyResource> <dependencyResource> <groupId>org.hisrc.w3c</groupId> <artifactId>xmlschema-v_1_0</artifactId> <resource>xmlschema-v_1_0.jsonix.xjb</resource> <version>${w3c-schemas.version}</version> </dependencyResource> </binding> <binding> <dependencyResource> <groupId>${project.groupId}</groupId> <artifactId>ows-v_2_0</artifactId> <resource>ows-v_2_0.jsonix.xjb</resource> <version>${project.version}</version> </dependencyResource> </binding> </bindings> </configuration> </plugin> <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <phase>process-sources</phase> <configuration> <target> <delete dir="${basedir}/target/generated-sources/xjc/net/opengis/ows"/> <delete dir="${basedir}/target/generated-sources/xjc" includes="OWS*.*"/> </target> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.jvnet.ogc</groupId> <artifactId>wps-v_2_0</artifactId> <version>2.6.1</version> </dependency>
If you think the following wps-v_2_0-2.6.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download wps-v_2_0-2.6.1.jar file