You can download restx-admin-0.34.jar in this page.
Open Source
restx-admin-0.34.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.restx/restx-admin/pom.properties META-INF/maven/io.restx/restx-admin/pom.xml META-INF/services/restx.factory.FactoryMachine restx.admin.AdminModule.class restx.admin.AdminModuleFactoryMachine.class restx.admin.AdminPage.class restx.admin.AdminPagesResource.class restx.admin.AdminPagesResourceFactoryMachine.class restx.admin.AdminPagesResourceRouter.class restx.admin.AdminPagesResourceRouterFactoryMachine.class restx.admin.AdminUIRoute.class restx.admin.AdminUIRouteFactoryMachine.class restx.admin.SourcesModule.class restx.admin.SourcesModuleFactoryMachine.class restx.config.ConfigAdminModule.class restx.config.ConfigAdminModuleFactoryMachine.class restx.config.ConfigResource.class restx.config.ConfigResourceFactoryMachine.class restx.config.ConfigResourceRouter.class restx.config.ConfigResourceRouterFactoryMachine.class restx.config.ConfigUIRoute.class restx.config.ConfigUIRouteFactoryMachine.class restx.exceptions.ErrorDescriptorsRoute.class restx.exceptions.ErrorDescriptorsRouteFactoryMachine.class restx.exceptions.ErrorsAdminModule.class restx.exceptions.ErrorsAdminModuleFactoryMachine.class restx.exceptions.ErrorsUIRoute.class restx.exceptions.ErrorsUIRouteFactoryMachine.class restx/admin/css/admin.css restx/admin/css/alertify.core.css restx/admin/css/alertify.default.css restx/admin/css/bootstrap.min.css restx/admin/css/login.css restx/admin/css/slick.grid.css restx/admin/img/glyphicons-halflings.png restx/admin/index.html restx/admin/js/Spark-md5.min.js restx/admin/js/admin.js restx/admin/js/alertify.min.js restx/admin/js/jquery.querystring.js restx/admin/js/login.js restx/admin/js/securityHandling.js restx/admin/js/slick.core.js restx/admin/js/slick.dataview.js restx/admin/js/slick.grid.js restx/admin/js/slick.rowselectionmodel.js restx/admin/login.html restx/config/css/app.css restx/config/index.html restx/config/js/app.js restx/exceptions/css/app.css restx/exceptions/index.html restx/exceptions/js/app.js restx/sources/css/app.css restx/sources/index.html restx/sources/js/app.js restx/sources/js/ui-codemirror.js restx/sources/lib/codemirror-3.20/codemirror.min.css restx/sources/lib/codemirror-3.20/codemirror.min.js restx/sources/lib/codemirror-3.20/mode/clike/clike.min.js restx/sources/lib/codemirror-3.20/mode/css/css.min.js restx/sources/lib/codemirror-3.20/mode/javascript/javascript.min.js restx/sources/lib/codemirror-3.20/mode/xml/xml.min.js restx/sources/lib/codemirror-3.20/mode/yaml/yaml.min.js
restx-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-admin</artifactId> <version>0.34</version> <packaging>jar</packaging> <name>restx-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-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-security-basic</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-webjars</artifactId> <version>${restx.version}</version> </dependency> </dependencies> </project>
<dependency> <groupId>io.restx</groupId> <artifactId>restx-admin</artifactId> <version>0.34</version> </dependency>
If you think the following restx-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-admin-0.34.jar file