You can download restx-factory-0.34.jar in this page.
Open Source
restx-factory-0.34.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.restx/restx-factory/pom.properties META-INF/maven/io.restx/restx-factory/pom.xml META-INF/services/javax.annotation.processing.Processor META-INF/services/restx.factory.FactoryMachine restx.config.ConfigLoader.class restx.config.ConfigLoaderFactoryMachine.class restx.config.ConfigSupplier.class restx.config.ConsolidatedConfigFactoryMachine.class restx.config.ElementsFromConfigFactoryMachine.class restx.config.Settings.class restx.config.SettingsKey.class restx.config.processor.SettingsAnnotationProcessor.class restx.factory.Alternative.class restx.factory.AlternativesFactoryMachine.class restx.factory.AutoPreparable.class restx.factory.AutoStartable.class restx.factory.BillOfMaterials.class restx.factory.BoundlessComponentBox.class restx.factory.Component.class restx.factory.ComponentBox.class restx.factory.ComponentBoxWrapper.class restx.factory.ComponentCustomizer.class restx.factory.ComponentCustomizerEngine.class restx.factory.DeactivationFactoryMachine.class restx.factory.DefaultFactoryMachine.class restx.factory.DisposableComponentBox.class restx.factory.EmptyBox.class restx.factory.Factory.class restx.factory.FactoryMachine.class restx.factory.FactoryMachineWrapper.class restx.factory.FilteredWarehouse.class restx.factory.Machine.class restx.factory.MachineEngine.class restx.factory.MachineEngineWrapper.class restx.factory.Module.class restx.factory.Name.class restx.factory.NamedComponent.class restx.factory.NoDepsMachineEngine.class restx.factory.NoopFactoryMachine.class restx.factory.Provides.class restx.factory.ProvisionException.class restx.factory.SatisfiedBOM.class restx.factory.SingleComponentClassCustomizerEngine.class restx.factory.SingleComponentCustomizerEngine.class restx.factory.SingleComponentNameCustomizerEngine.class restx.factory.SingleNameFactoryMachine.class restx.factory.SingletonFactoryMachine.class restx.factory.StdMachineEngine.class restx.factory.StdWarehouse.class restx.factory.SystemPropertyFactoryMachine.class restx.factory.Warehouse.class restx.factory.WarehouseProvidersMachine.class restx.factory.When.class restx.factory.processor.FactoryAnnotationProcessor.class restx/config/processor/SettingsConfig.mustache restx/config/processor/SettingsProvider.mustache restx/factory/processor/ComponentMachine.mustache restx/factory/processor/ConditionalMachine.mustache restx/factory/processor/ModuleMachine.mustache
restx-factory-0.34.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>io.restx</groupId> <artifactId>restx-parent</artifactId> <version>0.34</version> </parent> <groupId>io.restx</groupId> <artifactId>restx-factory</artifactId> <version>0.34</version> <packaging>jar</packaging> <name>restx-factory</name> <properties> <restx.version>0.34</restx.version> <maven.compiler.target>1.7</maven.compiler.target> <maven.compiler.source>1.7</maven.compiler.source> <slf4j-api.version>1.7.5</slf4j-api.version> <guava.version>17.0</guava.version> <joda-time.version>2.3</joda-time.version> <reflections.version>0.9.9-RC1</reflections.version> <javax.inject.version>1</javax.inject.version> <junit.version>4.11</junit.version> <assertj-core.version>1.6.0</assertj-core.version> </properties> <dependencies> <dependency> <groupId>io.restx</groupId> <artifactId>restx-common</artifactId> <version>${restx.version}</version> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <version>${javax.inject.version}</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${guava.version}</version> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>${joda-time.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${slf4j-api.version}</version> </dependency> <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> <version>${reflections.version}</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>${assertj-core.version}</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <compilerArgument>-proc:none</compilerArgument> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>io.restx</groupId> <artifactId>restx-factory</artifactId> <version>0.34</version> </dependency>
If you think the following restx-factory-0.34.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download restx-factory-0.34.jar file