You can download restx-apidocs-0.34.jar in this page.
Open Source
restx-apidocs-0.34.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.restx/restx-apidocs/pom.properties META-INF/maven/io.restx/restx-apidocs/pom.xml META-INF/services/restx.factory.FactoryMachine restx.apidocs.ApiDeclarationRoute.class restx.apidocs.ApiDeclarationRouteFactoryMachine.class restx.apidocs.ApiDocsIndexRoute.class restx.apidocs.ApiDocsIndexRouteFactoryMachine.class restx.apidocs.ApiDocsModule.class restx.apidocs.ApiDocsModuleFactoryMachine.class restx.apidocs.ApiDocsNotesRoute.class restx.apidocs.ApiDocsNotesRouteFactoryMachine.class restx.apidocs.ApiDocsUIRoute.class restx.apidocs.ApiDocsUIRouteFactoryMachine.class restx.apidocs.JsonSchemaResource.class restx.apidocs.JsonSchemaResourceFactoryMachine.class restx.apidocs.JsonSchemaResourceRouter.class restx.apidocs.JsonSchemaResourceRouterFactoryMachine.class restx.apidocs.SpecsResource.class restx.apidocs.SpecsResourceFactoryMachine.class restx.apidocs.SpecsResourceRouter.class restx.apidocs.SpecsResourceRouterFactoryMachine.class restx/apidocs/css/docs.css restx/apidocs/index.html restx/apidocs/js/app.js restx/apidocs/js/controllers/ApisController.js restx/apidocs/js/controllers/EntityController.js restx/apidocs/js/controllers/OperationController.js restx/apidocs/js/services/Api.js restx/apidocs/lib/jquery.scrollto.js restx/apidocs/lib/keymaster.min.js restx/apidocs/lib/underscore.string.js restx/apidocs/views/apis.html restx/apidocs/views/entity.html restx/apidocs/views/operation.html
restx-apidocs-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-apidocs</artifactId> <version>0.34</version> <packaging>jar</packaging> <name>restx-apidocs</name> <properties> <restx.version>0.34</restx.version> <maven.compiler.target>1.7</maven.compiler.target> <maven.compiler.source>1.7</maven.compiler.source> <jackson.version>2.3.3</jackson.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-admin</artifactId> <version>${restx.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-jsonSchema</artifactId> <version>${jackson.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-apidocs</artifactId> <version>0.34</version> </dependency>
If you think the following restx-apidocs-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-apidocs-0.34.jar file