Download sezpoz-1.12.jar file

Introduction

You can download sezpoz-1.12.jar in this page.

License

Open Source

Type List

sezpoz-1.12.jar file has the following types.

META-INF.maven.net.java.sezpoz.sezpoz.pom.properties
META-INF.maven.net.java.sezpoz.sezpoz.pom.xml
META-INF/MANIFEST.MF
META-INF/services/javax.annotation.processing.Processor
net.java.sezpoz.Index.class
net.java.sezpoz.IndexError.class
net.java.sezpoz.IndexItem.class
net.java.sezpoz.Indexable.class
net.java.sezpoz.impl.Indexer.class
net.java.sezpoz.impl.Inspector.class
net.java.sezpoz.impl.SerAnnConst.class
net.java.sezpoz.impl.SerAnnotatedElement.class
net.java.sezpoz.impl.SerEnumConst.class
net.java.sezpoz.impl.SerTypeConst.class

Pom

sezpoz-1.12.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/maven-v4_0_0.xsd">
    <parent>
        <groupId>net.java.sezpoz</groupId>
        <artifactId>pom</artifactId>
        <version>1.12</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>sezpoz</artifactId>
    <packaging>jar</packaging>
    <version>1.12</version>
    <name>SezPoz Library</name>
    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.12</version>
            <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>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>animal-sniffer-maven-plugin</artifactId>
                <version>1.15</version>
                <executions>
                    <execution>
                        <phase>package</phase>
                        <goals>
                            <goal>check</goal>
                        </goals>
                        <configuration>
                            <signature>
                                <groupId>org.codehaus.mojo.signature</groupId>
                                <artifactId>java16</artifactId>
                                <version>1.0</version>
                            </signature>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <configuration>
                    <excludes>
                        <exclude>**/TestUtils.java</exclude>
                    </excludes>
                    <forkMode>pertest</forkMode>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <configuration>
                    <archive>
                        <manifest>
                            <mainClass>net.java.sezpoz.impl.Inspector</mainClass>
                        </manifest>
                    </archive>
                </configuration>
            </plugin>
        </plugins>
    </build>
    <reporting>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <configuration>
                    <excludePackageNames>*.impl</excludePackageNames>
                    <links>
                        <link>http://java.sun.com/javase/6/docs/api/</link>
                    </links>
                </configuration>
            </plugin>
        </plugins>
    </reporting>
</project>

POM Entry

<dependency>
   <groupId>net.java.sezpoz</groupId>
   <artifactId>sezpoz</artifactId>
   <version>1.12</version>
</dependency>

Download

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



Download sezpoz-1.12.jar file




PreviousNext

Related