组织ID: |
org.littleshoot |
项目ID: |
dnssec4j |
版本: |
0.1.5 |
最后修改时间: |
2018-08-02 16:15:17 |
包类型: |
jar |
标题: |
DNSSEC4j |
描述: |
DNSSEC4J is a higher level wrapper around the DNSSEC primitives in dnsjava allowing applications to
more easily integrate DNSSEC into their applications.
|
相关URL: |
http://www.littleshoot.org |
大小: |
10.66KB |
|
Maven引入代码: |
<dependency>
<groupId>org.littleshoot</groupId>
<artifactId>dnssec4j</artifactId>
<version>0.1.5</version>
</dependency>
|
Gradle引入代码: |
org.littleshoot:dnssec4j:0.1.5
|
下载Jar包: |
|
POM文件内容: |
<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>
<groupId>org.littleshoot</groupId>
<artifactId>dnssec4j</artifactId>
<packaging>jar</packaging>
<version>0.1.5</version>
<name>DNSSEC4j</name>
<description>
DNSSEC4J is a higher level wrapper around the DNSSEC primitives in dnsjava allowing applications to
more easily integrate DNSSEC into their applications.
</description>
<url>http://www.littleshoot.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<organization>
<name>LittleShoot</name>
<url>http://www.littleshoot.org</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<mailingLists>
<mailingList>
<archive>http://groups.google.com/group/DNSSEC4J</archive>
<name>dnssec4j</name>
<post>dnssec4j@googlegroups.com</post>
<subscribe>http://groups.google.com/group/DNSSEC4J</subscribe>
<unsubscribe>dnssec4j+unsubscribe@googlegroups.com</unsubscribe>
</mailingList>
</mailingLists>
<issueManagement>
<system>github</system>
<url>https://github.com/adamfisk/DNSSEC4J/issues</url>
</issueManagement>
<scm>
<connection>scm:git:https://adamfisk@github.com/adamfisk/DNSSEC4J.git</connection>
<developerConnection>scm:git:https://adamfisk@github.com/adamfisk/DNSSEC4J.git</developerConnection>
<url>https://adamfisk@github.com/adamfisk/DNSSEC4J.git</url>
</scm>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<inceptionYear>2011</inceptionYear>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>org.littleshoot</groupId>
<artifactId>dnsjava</artifactId>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.2</version>
</dependency>
</dependencies>
<prerequisites>
<maven>2.2.1</maven>
</prerequisites>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.4.4</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<configuration>
<excludes>
<exclude>src/main/resources/log4j.properties</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<!-- The following force compilation with full warnings. -->
<!--
<fork>true</fork>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
<compilerArguments><Xlint /></compilerArguments>
-->
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.2</version>
</plugin>
<!--
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Export-Package>org.littleshoot.dnssec4j</Export-Package>
</instructions>
</configuration>
</plugin>
-->
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.2</version>
</plugin>
<!-- Standard maven site report -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.6</version>
</plugin>
<!-- Style report -->
<!-- <plugin> error - heap space problem
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>-->
<!-- Report code metrics using JDepend. -->
<!-- <plugin> error - could not download
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
<version>2.0-beta-1-SNAPSHOT</version>
</plugin>-->
<!-- Tag Report -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<version>2.4</version>
<configuration>
<multipleLineComments>true</multipleLineComments>
<tags>
<tag>mudo</tag>
<tag>todo</tag>
<tag>idea</tag>
<tag>MUDO</tag>
<tag>TODO</tag>
<tag>IDEA</tag>
</tags>
</configuration>
</plugin>
<!-- Unit Test Report -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
<version>2.0-beta-1</version>
</plugin>
<!-- Changes Report -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>changes-maven-plugin</artifactId>
<version>2.0-beta-1</version>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<!-- SCM activity report -->
<!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>changelog-maven-plugin</artifactId>
<reportSets>
<reportSet>
<id>dual-report</id>
<configuration>
<type>range</type>
<range>30</range>
</configuration>
<reports>
<report>changelog</report>
<report>file-activity</report>
</reports>
</reportSet>
</reportSets>
</plugin>
-->
<!-- Javadoc report -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8.1</version>
<configuration>
<source>1.5</source>
</configuration>
</plugin>
<!-- Source ref plugin -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jxr-maven-plugin</artifactId>
<version>2.0-beta-1</version>
</plugin>
</plugins>
</reporting>
<developers>
<developer>
<id>afisk</id>
<name>Adam fisk</name>
<email>a@littleshoot.org</email>
<organization>LittleShoot</organization>
<organizationUrl>http://www.littleshoot.org/</organizationUrl>
<roles><role>Developer</role></roles>
<timezone>-5</timezone>
</developer>
</developers>
<profiles>
<profile>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<repositories>
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.littleshoot.dnssec4j.DnsSec.class
org.littleshoot.dnssec4j.DNSSECException.class
org.littleshoot.dnssec4j.VerifiedAddressFactory.class
org.littleshoot.dnssec4j.VerifiedSocketFactory.class
META-INF/maven/org.littleshoot/dnssec4j/pom.xml
META-INF/maven/org.littleshoot/dnssec4j/pom.properties
|
依赖Jar: |
commons-lang3-3.1.jar
/org.apache.commons/commons-lang3/3.1
查看commons-lang3所有版本文件
dnsjava-2.1.3.jar
/org.littleshoot/dnsjava/2.1.3
查看dnsjava所有版本文件
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
log4j-1.2.17.jar
/log4j/log4j/1.2.17
查看log4j所有版本文件
slf4j-log4j12-1.7.2.jar
/org.slf4j/slf4j-log4j12/1.7.2
查看slf4j-log4j12所有版本文件
slf4j-api-1.7.2.jar
/org.slf4j/slf4j-api/1.7.2
查看slf4j-api所有版本文件
|