Download ows-v_1_0_0-schema-1.1.0.jar file

Introduction

You can download ows-v_1_0_0-schema-1.1.0.jar in this page.

License

Open Source

Type List

ows-v_1_0_0-schema-1.1.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.jvnet.ogc/ows-v_1_0_0-schema/pom.properties
META-INF/maven/org.jvnet.ogc/ows-v_1_0_0-schema/pom.xml
META-INF/sun-jaxb.episode
binding.xjb
net.opengis.ows.v_1_0_0.AcceptFormatsType.class
net.opengis.ows.v_1_0_0.AcceptVersionsType.class
net.opengis.ows.v_1_0_0.AddressType.class
net.opengis.ows.v_1_0_0.BoundingBoxType.class
net.opengis.ows.v_1_0_0.CapabilitiesBaseType.class
net.opengis.ows.v_1_0_0.CodeType.class
net.opengis.ows.v_1_0_0.ContactType.class
net.opengis.ows.v_1_0_0.DCP.class
net.opengis.ows.v_1_0_0.DescriptionType.class
net.opengis.ows.v_1_0_0.DomainType.class
net.opengis.ows.v_1_0_0.ExceptionReport.class
net.opengis.ows.v_1_0_0.ExceptionType.class
net.opengis.ows.v_1_0_0.GetCapabilitiesType.class
net.opengis.ows.v_1_0_0.HTTP.class
net.opengis.ows.v_1_0_0.IdentificationType.class
net.opengis.ows.v_1_0_0.KeywordsType.class
net.opengis.ows.v_1_0_0.MetadataType.class
net.opengis.ows.v_1_0_0.ObjectFactory.class
net.opengis.ows.v_1_0_0.OnlineResourceType.class
net.opengis.ows.v_1_0_0.Operation.class
net.opengis.ows.v_1_0_0.OperationsMetadata.class
net.opengis.ows.v_1_0_0.RequestMethodType.class
net.opengis.ows.v_1_0_0.ResponsiblePartySubsetType.class
net.opengis.ows.v_1_0_0.ResponsiblePartyType.class
net.opengis.ows.v_1_0_0.SectionsType.class
net.opengis.ows.v_1_0_0.ServiceIdentification.class
net.opengis.ows.v_1_0_0.ServiceProvider.class
net.opengis.ows.v_1_0_0.TelephoneType.class
net.opengis.ows.v_1_0_0.WGS84BoundingBoxType.class
net.opengis.ows.v_1_0_0.package-info.class
ows-extensions/1.0.0/extensions.xsd
ows/1.0.0/ReadMe.txt
ows/1.0.0/ows19115subset.xsd
ows/1.0.0/owsAll.xsd
ows/1.0.0/owsCommon.xsd
ows/1.0.0/owsDataIdentification.xsd
ows/1.0.0/owsExceptionReport.xsd
ows/1.0.0/owsGetCapabilities.xsd
ows/1.0.0/owsOperationsMetadata.xsd
ows/1.0.0/owsServiceIdentification.xsd
ows/1.0.0/owsServiceProvider.xsd
xlink/1.0.0/ReadMe.txt
xlink/1.0.0/xlinks.xsd

Pom

ows-v_1_0_0-schema-1.1.0.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>
	<groupId>org.jvnet.ogc</groupId>
	<artifactId>ows-v_1_0_0-schema</artifactId>
	<packaging>jar</packaging>
	<name>OGC OWS Schema 1.0.0</name>
	<parent>
		<groupId>org.jvnet.ogc</groupId>
		<artifactId>ows-v_1_0_0</artifactId>
		<version>1.1.0</version>
		<relativePath>../pom.xml</relativePath>
	</parent>
	<dependencies>
		<dependency>
			<groupId>org.jvnet.jaxb2_commons</groupId>
			<artifactId>jaxb2-basics-runtime</artifactId>
		</dependency>
		<dependency>
			<groupId>com.sun.xml.bind</groupId>
			<artifactId>jaxb-impl</artifactId>
		</dependency>
	</dependencies>
	<build>
		<defaultGoal>install</defaultGoal>
		<plugins>
			<plugin>
				<groupId>org.jvnet.jaxb2.maven2</groupId>
				<artifactId>maven-jaxb2-plugin</artifactId>
				<configuration>
					<schemaIncludes>
						<value>ows/*/owsAll.xsd</value>
					</schemaIncludes>
				</configuration>
			</plugin>
		</plugins>
	</build>
</project>

POM Entry

<dependency>
   <groupId>org.jvnet.ogc</groupId>
   <artifactId>ows-v_1_0_0-schema</artifactId>
   <version>1.1.0</version>
</dependency>

Download

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



Download ows-v_1_0_0-schema-1.1.0.jar file




PreviousNext

Related