Download restx-factory-admin-0.33.1.jar file

Introduction

You can download restx-factory-admin-0.33.1.jar in this page.

License

Open Source

Type List

restx-factory-admin-0.33.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.restx/restx-factory-admin/pom.properties
META-INF/maven/io.restx/restx-factory-admin/pom.xml
META-INF/services/restx.factory.FactoryMachine
restx.factory.FactoryAdminModule.class
restx.factory.FactoryAdminModuleFactoryMachine.class
restx.factory.FactoryDumpRoute.class
restx.factory.FactoryDumpRouteFactoryMachine.class
restx.factory.FactoryUIRoute.class
restx.factory.FactoryUIRouteFactoryMachine.class
restx.factory.WarehouseRoute.class
restx.factory.WarehouseRouteFactoryMachine.class
restx/factory/css/app.css
restx/factory/index.html
restx/factory/js/app.js
restx/factory/js/controllers/FactoryController.js
restx/factory/js/controllers/WarehouseController.js
restx/factory/lib/vivagraph.min.js
restx/factory/views/factory.html
restx/factory/views/warehouse.html

Pom

restx-factory-admin-0.33.1.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.33.1</version>
    </parent>

    <groupId>io.restx</groupId>
    <artifactId>restx-factory-admin</artifactId>
    <version>0.33.1</version>
    <packaging>jar</packaging>
    <name>restx-factory-admin</name>

    <properties>
        <restx.version>0.33.1</restx.version>
        <maven.compiler.target>1.7</maven.compiler.target>
        <maven.compiler.source>1.7</maven.compiler.source>
    </properties>

    <dependencies>
        <dependency>
            <groupId>io.restx</groupId>
            <artifactId>restx-factory</artifactId>
            <version>${restx.version}</version>
        </dependency>
        <dependency>
            <groupId>io.restx</groupId>
            <artifactId>restx-core</artifactId>
            <version>${restx.version}</version>
        </dependency>
        <dependency>
            <groupId>io.restx</groupId>
            <artifactId>restx-admin</artifactId>
            <version>${restx.version}</version>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.restx</groupId>
   <artifactId>restx-factory-admin</artifactId>
   <version>0.33.1</version>
</dependency>

Download

If you think the following restx-factory-admin-0.33.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download restx-factory-admin-0.33.1.jar file




PreviousNext

Related