Download xwiki-commons-component-api-7.4.jar file

Introduction

You can download xwiki-commons-component-api-7.4.jar in this page.

License

Open Source License

Type List

xwiki-commons-component-api-7.4.jar file has the following types.

META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/components.txt
META-INF/maven/org.xwiki.commons/xwiki-commons-component-api/pom.properties
META-INF/maven/org.xwiki.commons/xwiki-commons-component-api/pom.xml
org.xwiki.component.annotation.Component.class
org.xwiki.component.annotation.ComponentRole.class
org.xwiki.component.annotation.DisposePriority.class
org.xwiki.component.annotation.InstantiationStrategy.class
org.xwiki.component.annotation.Role.class
org.xwiki.component.descriptor.ComponentDependency.class
org.xwiki.component.descriptor.ComponentDescriptor.class
org.xwiki.component.descriptor.ComponentInstantiationStrategy.class
org.xwiki.component.descriptor.ComponentRole.class
org.xwiki.component.descriptor.DefaultComponentDependency.class
org.xwiki.component.descriptor.DefaultComponentDescriptor.class
org.xwiki.component.descriptor.DefaultComponentRole.class
org.xwiki.component.internal.multi.AbstractGenericComponentManager.class
org.xwiki.component.internal.multi.ComponentManagerFactory.class
org.xwiki.component.internal.multi.ComponentManagerManager.class
org.xwiki.component.internal.multi.DefaultComponentManagerManager.class
org.xwiki.component.internal.multi.DelegateComponentManager.class
org.xwiki.component.manager.ComponentEventManager.class
org.xwiki.component.manager.ComponentLifecycleException.class
org.xwiki.component.manager.ComponentLookupException.class
org.xwiki.component.manager.ComponentManager.class
org.xwiki.component.manager.ComponentManagerInitializer.class
org.xwiki.component.manager.ComponentRepositoryException.class
org.xwiki.component.manager.NamespacedComponentManager.class
org.xwiki.component.manager.ProviderLookupException.class
org.xwiki.component.phase.Disposable.class
org.xwiki.component.phase.Initializable.class
org.xwiki.component.phase.InitializationException.class
org.xwiki.component.util.DefaultParameterizedType.class
org.xwiki.component.util.ObjectUtils.class
org.xwiki.component.util.ReflectionMethodUtils.class
org.xwiki.component.util.ReflectionUtils.class

Pom

xwiki-commons-component-api-7.4.pom file content.

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

<!--
 * See the NOTICE file distributed with this work for additional
 * information regarding copyright ownership.
 *
 * This is free software; you can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License as
 * published by the Free Software Foundation; either version 2.1 of
 * the License, or (at your option) any later version.
 *
 * This software is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this software; if not, write to the Free
 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<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.xwiki.commons</groupId>
    <artifactId>xwiki-commons-component</artifactId>
    <version>7.4</version>
  </parent>
  <artifactId>xwiki-commons-component-api</artifactId>
  <name>XWiki Commons - Component - API</name>
  <packaging>jar</packaging>
  <description>XWiki Commons - Component - API</description>
  <properties>
    <!-- Skipping CLIRR since xwiki-commons-legacy-component-api wraps this module and runs CLIRR on it -->
    <xwiki.clirr.skip>true</xwiki.clirr.skip>
    <xwiki.jacoco.instructionRatio>0.36</xwiki.jacoco.instructionRatio>
  </properties>
  <dependencies>
    <!-- Even though this module may not use the stability API, we declare a dependency here since this module is
         used by almost all other modules and this allows these other modules to not have to explicitely declare a
         dependency on the stability API -->
    <dependency>
      <groupId>org.xwiki.commons</groupId>
      <artifactId>xwiki-commons-stability</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.xwiki.commons</groupId>
      <artifactId>xwiki-commons-text</artifactId>
      <version>${project.version}</version>
    </dependency>
    <!-- Make it easy for components that wish to log - They don't have to explicitly import SLF4J -->
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </dependency>
    <!-- We add this dependency here so that users of the Component API just need to depend on this artifact and
         don't have to explicitly add a dependency on javax.inject:java.inject. -->
    <dependency>
      <groupId>javax.inject</groupId>
      <artifactId>javax.inject</artifactId>
      <version>1</version>
    </dependency>
    <!-- Testing dependencies -->
    <dependency>
      <groupId>org.xwiki.commons</groupId>
      <artifactId>xwiki-commons-tool-test-simple</artifactId>
      <version>${project.version}</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
       

POM Entry

<dependency>
   <groupId>org.xwiki.commons</groupId>
   <artifactId>xwiki-commons-component-api</artifactId>
   <version>7.4</version>
</dependency>

Download

If you think the following xwiki-commons-component-api-7.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download xwiki-commons-component-api-7.4.jar file




PreviousNext

Related