Download restx-specs-admin-0.34.jar file

Introduction

You can download restx-specs-admin-0.34.jar in this page.

License

Open Source

Type List

restx-specs-admin-0.34.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.restx/restx-specs-admin/pom.properties
META-INF/maven/io.restx/restx-specs-admin/pom.xml
META-INF/services/restx.factory.FactoryMachine
restx.specs.SpecRecorderRoute.class
restx.specs.SpecRecorderRouteFactoryMachine.class
restx.specs.SpecTestAdminPage.class
restx.specs.SpecTestAdminPageFactoryMachine.class
restx.specs.SpecTestResource.class
restx.specs.SpecTestResourceFactoryMachine.class
restx.specs.SpecTestResourceRouter.class
restx.specs.SpecTestResourceRouterFactoryMachine.class
restx.specs.SpecTestsUIRoute.class
restx.specs.SpecTestsUIRouteFactoryMachine.class
restx/specs/recorder/css/app.css
restx/specs/recorder/index.html
restx/specs/recorder/js/app.js
restx/specs/recorder/lib/lang-yaml@305.js
restx/specs/recorder/lib/prettify@305.js
restx/specs/tests/css/app.css
restx/specs/tests/index.html
restx/specs/tests/js/app.js
restx/specs/tests/js/controllers/HomeController.js
restx/specs/tests/js/controllers/TestResultController.js
restx/specs/tests/js/services/Tests.js
restx/specs/tests/views/home.html
restx/specs/tests/views/testResult.html

Pom

restx-specs-admin-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-specs-admin</artifactId>
    <version>0.34</version>
    <packaging>jar</packaging>
    <name>restx-specs-admin</name>

    <properties>
        <restx.version>0.34</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-core</artifactId>
            <version>${restx.version}</version>
        </dependency>
        <dependency>
            <groupId>io.restx</groupId>
            <artifactId>restx-specs-tests</artifactId>
            <version>${restx.version}</version>
        </dependency>
        <dependency>
            <groupId>io.restx</groupId>
            <artifactId>restx-admin</artifactId>
            <version>${restx.version}</version>
        </dependency>
        <dependency>
            <groupId>io.restx</groupId>
            <artifactId>restx-webjars</artifactId>
            <version>${restx.version}</version>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.restx</groupId>
   <artifactId>restx-specs-admin</artifactId>
   <version>0.34</version>
</dependency>

Download

If you think the following restx-specs-admin-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-specs-admin-0.34.jar file




PreviousNext

Related