Download restx-i18n-admin-0.34.jar file

Introduction

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

License

Open Source

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/io.restx/restx-i18n-admin/pom.properties
META-INF/maven/io.restx/restx-i18n-admin/pom.xml
META-INF/services/restx.factory.FactoryMachine
restx.i18n.admin.MessagesAdminModule.class
restx.i18n.admin.MessagesAdminModuleFactoryMachine.class
restx.i18n.admin.MessagesAdminResource.class
restx.i18n.admin.MessagesAdminResourceFactoryMachine.class
restx.i18n.admin.MessagesAdminResourceRouter.class
restx.i18n.admin.MessagesAdminResourceRouterFactoryMachine.class
restx.i18n.admin.MessagesUIRoute.class
restx.i18n.admin.MessagesUIRouteFactoryMachine.class
restx/18n/admin/css/app.css
restx/18n/admin/index.html
restx/18n/admin/js/app.js

Pom

restx-i18n-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-i18n-admin</artifactId>
    <version>0.34</version>
    <packaging>jar</packaging>
    <name>restx-i18n-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>
        <slf4j-api.version>1.7.5</slf4j-api.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-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-core-annotation-processor</artifactId>
            <version>${restx.version}</version>
        </dependency>
        <dependency>
            <groupId>io.restx</groupId>
            <artifactId>restx-i18n</artifactId>
            <version>${restx.version}</version>
        </dependency>
        <dependency>
            <groupId>io.restx</groupId>
            <artifactId>restx-admin</artifactId>
            <version>${restx.version}</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>${slf4j-api.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>
        <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-i18n-admin</artifactId>
   <version>0.34</version>
</dependency>

Download

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




PreviousNext

Related