Download java-ipv6-0.9.jar file

Introduction

You can download java-ipv6-0.9.jar in this page.

License

The Apache Software License, Version 2.0

Type List

java-ipv6-0.9.jar file has the following types.

META-INF.maven.com.googlecode.java-ipv6.java-ipv6.pom.properties
META-INF.maven.com.googlecode.java-ipv6.java-ipv6.pom.xml
META-INF/MANIFEST.MF
com.googlecode.ipv6.BitSetHelpers.class
com.googlecode.ipv6.IPv6Address.class
com.googlecode.ipv6.IPv6AddressHelpers.class
com.googlecode.ipv6.IPv6AddressPool.class
com.googlecode.ipv6.IPv6AddressRange.class
com.googlecode.ipv6.IPv6Network.class
com.googlecode.ipv6.IPv6NetworkHelpers.class
com.googlecode.ipv6.IPv6NetworkMask.class

Pom

java-ipv6-0.9.pom file content.

<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">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>7</version>
    </parent>

    <groupId>com.googlecode.java-ipv6</groupId>
    <artifactId>java-ipv6</artifactId>
    <version>0.9</version>
    <packaging>jar</packaging>
    <name>Java IPv6 Library</name>
    <url>http://code.google.com/p/java-ipv6</url>

    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <scm>
        <url>https://java-ipv6.googlecode.com/svn/tags/java-ipv6-0.9</url>
        <connection>scm:svn:https://java-ipv6.googlecode.com/svn/tags/java-ipv6-0.9</connection>
        <developerConnection>scm:svn:https://java-ipv6.googlecode.com/svn/tags/java-ipv6-0.9</developerConnection>
    </scm>

    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.10</version>
            <scope>test</scope>
        </dependency>
    </dependencies>

    <build>
        <pluginManagement>
            <plugins>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-release-plugin</artifactId>
                    <version>2.1</version>
                    <configuration>
                        <tagBase>https://java-ipv6.googlecode.com/svn/tags/</tagBase>
                    </configuration>
                </plugin>
                <plugin>
                    <artifactId>maven-compiler-plugin</artifactId>
                    <configuration>
                        <source>1.6</source>
                        <target>1.6</target>
                    </configuration>
                </plugin>
            </plugins>
        </pluginManagement>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <version>2.8</version>
                <executions>
                    <execution>
                        <id>attach-javadocs</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

    <profiles>
        <profile>
            <id>sonatype-oss-release</id>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.codehaus.mojo</groupId>
                        <artifactId>buildnumber-maven-plugin</artifactId>
                        <version>1.0-beta-4</version>
                        <executions>
                            <execution>
                                <phase>validate</phase>
                                <goals>
                                    <goal>create</goal>
                                </goals>
                            </execution>
                        </executions>
                        <configuration>
                            <doCheck>true</doCheck>
                            <doUpdate>true</doUpdate>
                        </configuration>
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>
</project>

POM Entry

<dependency>
   <groupId>com.googlecode.java-ipv6</groupId>
   <artifactId>java-ipv6</artifactId>
   <version>0.9</version>
</dependency>

Download

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



Download java-ipv6-0.9.jar file




PreviousNext

Related