Download openstack4j-http-connector-2.11.jar file

Introduction

You can download openstack4j-http-connector-2.11.jar in this page.

License

Open Source

Type List

openstack4j-http-connector-2.11.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.pacesys.openstack4j.connectors/openstack4j-http-connector/pom.properties
META-INF/maven/org.pacesys.openstack4j.connectors/openstack4j-http-connector/pom.xml
META-INF/services/org.openstack4j.core.transport.HttpExecutorService
org.openstack4j.connectors.http.HttpCommand.class
org.openstack4j.connectors.http.HttpExecutorServiceImpl.class
org.openstack4j.connectors.http.HttpResponseImpl.class

Pom

openstack4j-http-connector-2.11.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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>
    <parent>
        <groupId>org.pacesys.openstack4j.connectors</groupId>
        <artifactId>openstack4j-connectors</artifactId>
        <version>2.11</version>
    </parent>
    <name>OpenStack4j HttpURL Connector</name>
    <artifactId>openstack4j-http-connector</artifactId>
    <packaging>jar</packaging>
    
 	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.felix</groupId>
				<artifactId>maven-bundle-plugin</artifactId>
                                <version>1.0.0</version>
				<extensions>true</extensions>
				<configuration>
					<instructions>
						<Bundle-Name>${project.name}</Bundle-Name>
						<Export-Package>
							org.openstack4j.connectors.http
						</Export-Package>
						<Import-Package>
							!org.openstack4j.connectors.http
							*
						</Import-Package>
						<!-- 
						Required for SPI in OSGi:
						http://aries.apache.org/modules/spi-fly.html#specconf
						
						This bundle defines an implementation for following services in META-INF-services:
						org.openstack4j.core.transport.HttpExecutorService
						 -->
						<Require-Capability>
							osgi.extender; filter:="(osgi.extender=osgi.serviceloader.registrar)"
						</Require-Capability>
						<Provide-Capability>
							osgi.serviceloader; osgi.serviceloader=org.openstack4j.core.transport.HttpExecutorService
						</Provide-Capability>
					</instructions>
				</configuration>
			</plugin>
		</plugins>
		<pluginManagement>
			<plugins>
				<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
				<plugin>
					<groupId>org.eclipse.m2e</groupId>
					<artifactId>lifecycle-mapping</artifactId>
					<version>1.0.0</version>
					<configuration>
						<lifecycleMappingMetadata>
							<pluginExecutions>
								<pluginExecution>
									<pluginExecutionFilter>
										<groupId>
											org.apache.felix
										</groupId>
										<artifactId>
											maven-bundle-plugin
										</artifactId>
										<versionRange>
											[1.0.0,)
										</versionRange>
										<goals>
											<goal>manifest</goal>
										</goals>
									</pluginExecutionFilter>
									<action>
										<ignore></ignore>
									</action>
								</pluginExecution>
							</pluginExecutions>
						</lifecycleMappingMetadata>
					</configuration>
				</plugin>
			</plugins>
		</pluginManagement>
 	</build>

</project>

POM Entry

<dependency>
   <groupId>org.pacesys.openstack4j.connectors</groupId>
   <artifactId>openstack4j-http-connector</artifactId>
   <version>2.11</version>
</dependency>

Download

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



Download openstack4j-http-connector-2.11.jar file




PreviousNext

Related