Download cargo-core-api-generic-0.9.jar file

Introduction

You can download cargo-core-api-generic-0.9.jar in this page.

License

Apache License

Type List

cargo-core-api-generic-0.9.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.codehaus.cargo/cargo-core-api-generic/pom.properties
META-INF/maven/org.codehaus.cargo/cargo-core-api-generic/pom.xml
org.codehaus.cargo.generic.ContainerCapabilityFactory.class
org.codehaus.cargo.generic.ContainerFactory.class
org.codehaus.cargo.generic.DefaultContainerCapabilityFactory.class
org.codehaus.cargo.generic.DefaultContainerFactory.class
org.codehaus.cargo.generic.configuration.ConfigurationCapabilityFactory.class
org.codehaus.cargo.generic.configuration.ConfigurationFactory.class
org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory.class
org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory.class
org.codehaus.cargo.generic.deployable.DefaultDeployableFactory.class
org.codehaus.cargo.generic.deployable.DeployableFactory.class
org.codehaus.cargo.generic.deployer.DefaultDeployerFactory.class
org.codehaus.cargo.generic.deployer.DeployerFactory.class
org.codehaus.cargo.generic.internal.util.ContainerIdentity.class
org.codehaus.cargo.generic.internal.util.FullContainerIdentity.class
org.codehaus.cargo.generic.internal.util.RegistrationKey.class
org.codehaus.cargo.generic.internal.util.SimpleContainerIdentity.class
org.codehaus.cargo.generic.packager.DefaultPackagerFactory.class
org.codehaus.cargo.generic.packager.PackagerFactory.class
org.codehaus.cargo.generic.spi.AbstractGenericHintFactory.class
org.codehaus.cargo.generic.spi.AbstractIntrospectionGenericHintFactory.class

Pom

cargo-core-api-generic-0.9.pom file content.

<?xml version="1.0" encoding="UTF-8"?>

<!--
  ~ Copyright 2005-2007 Vincent Massol.
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->

<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>
  <parent>
    <groupId>org.codehaus.cargo</groupId>
    <artifactId>cargo-core-api</artifactId>
    <version>0.9</version>
  </parent>
  <artifactId>cargo-core-api-generic</artifactId>
  <name>Cargo Core Generic API</name>
  <packaging>jar</packaging>
  <description>Core API to generically access the typed container API</description>
  <dependencies>
    <dependency>
      <groupId>org.codehaus.cargo</groupId>
      <artifactId>cargo-core-api-container</artifactId>
      <version>${version}</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.cargo</groupId>
      <artifactId>cargo-core-api-container</artifactId>
      <version>${version}</version>
      <type>test-jar</type>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <group>"Public API" "org.codehaus.cargo.generic*", "Public SPI" "org.codehaus.cargo.generic.spi*", "Internal API" "org.codehaus.cargo.generic.internal*"</group>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>org.codehaus.cargo</groupId>
   <artifactId>cargo-core-api-generic</artifactId>
   <version>0.9</version>
</dependency>

Download

If you think the following cargo-core-api-generic-0.9.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download cargo-core-api-generic-0.9.jar file




PreviousNext

Related