Download restx-core-annotation-processor-0.35.jar file

Introduction

You can download restx-core-annotation-processor-0.35.jar in this page.

License

Open Source

Type List

restx-core-annotation-processor-0.35.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.restx/restx-core-annotation-processor/pom.properties
META-INF/maven/io.restx/restx-core-annotation-processor/pom.xml
META-INF/services/javax.annotation.processing.Processor
restx.annotations.Annotations.class
restx.annotations.processor.ParameterExpressionBuilder.class
restx.annotations.processor.RestxAnnotationProcessor.class
restx.annotations.processor.TypeHelper.class
restx.exceptions.processor.ErrorAnnotationProcessor.class
restx/annotations/processor/RestxRouter.mustache
restx/exceptions/processor/ErrorDescriptor.mustache

Pom

restx-core-annotation-processor-0.35.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.35</version>
    </parent>

    <artifactId>restx-core-annotation-processor</artifactId>
    <name>restx-core-annotation-processor</name>

    <dependencies>
        <dependency>
            <groupId>io.restx</groupId>
            <artifactId>restx-factory</artifactId>
        </dependency>
        <dependency>
            <groupId>io.restx</groupId>
            <artifactId>restx-core</artifactId>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.assertj</groupId>
            <artifactId>assertj-core</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <compilerArgument>-proc:none</compilerArgument>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>

POM Entry

<dependency>
   <groupId>io.restx</groupId>
   <artifactId>restx-core-annotation-processor</artifactId>
   <version>0.35</version>
</dependency>

Download

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



Download restx-core-annotation-processor-0.35.jar file




PreviousNext

Related