组织ID: |
net.sourceforge.htmlunit |
项目ID: |
neko-htmlunit |
版本: |
2.28 |
最后修改时间: |
2018-07-26 17:44:01 |
包类型: |
jar |
标题: |
HtmlUnit NekoHtml |
描述: |
HtmlUnit adaptation of NekoHtml.
It has the same functionality but exposing HTMLElements to be overridden.
|
相关URL: |
http://htmlunit.sourceforge.net |
大小: |
123.10KB |
|
Maven引入代码: |
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>2.28</version>
</dependency>
|
Gradle引入代码: |
net.sourceforge.htmlunit:neko-htmlunit:2.28
|
下载Jar包: |
|
POM文件内容: |
<?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">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>2.28</version>
<packaging>jar</packaging>
<name>HtmlUnit NekoHtml</name>
<url>http://htmlunit.sourceforge.net</url>
<description>
HtmlUnit adaptation of NekoHtml.
It has the same functionality but exposing HTMLElements to be overridden.
</description>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<scm>
<connection>scm:svn:https://svn.code.sf.net/p/htmlunit/code/trunk/neko-htmlunit</connection>
<developerConnection>scm:svn:https://svn.code.sf.net/p/htmlunit/code/trunk/neko-htmlunit</developerConnection>
<url>https://sourceforge.net/p/htmlunit/code</url>
</scm>
<developers>
<developer>
<name>NekoHtml Team</name>
<id>MozillaRhinoTeam</id>
</developer>
<developer>
<name>HtmlUnit Team</name>
<id>HtmlUnitTeam</id>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.11.0</version>
</dependency>
<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>
<version>3.7.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<configuration>
<archive>
<manifest>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<Url>${project.url}</Url>
<Build-Time>${maven.build.timestamp}</Build-Time>
</manifestEntries>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
</configuration>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<configuration>
<failOnError>false</failOnError>
</configuration>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.9.5</version>
<configuration>
<tag>${project.name}-${project.version}</tag>
<message>${project.name} release ${project.version}</message>
</configuration>
</plugin>
</plugins>
</build>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
net.sourceforge.htmlunit.cyberneko.filters.DefaultFilter.class
net.sourceforge.htmlunit.cyberneko.HTMLComponent.class
net.sourceforge.htmlunit.cyberneko.HTMLEntities.class
net.sourceforge.htmlunit.cyberneko.HTMLScanner$PlaybackInputStream.class
net.sourceforge.htmlunit.cyberneko.HTMLTagBalancingListener.class
net.sourceforge.htmlunit.cyberneko.parsers.SAXParser.class
net.sourceforge.htmlunit.cyberneko.SecuritySupport.class
net.sourceforge.htmlunit.cyberneko.SecuritySupport12$8.class
net.sourceforge.htmlunit.cyberneko.filters.ElementRemover.class
net.sourceforge.htmlunit.cyberneko.HTMLConfiguration$ErrorReporter.class
net.sourceforge.htmlunit.cyberneko.HTMLErrorReporter.class
net.sourceforge.htmlunit.cyberneko.HTMLScanner$Scanner.class
net.sourceforge.htmlunit.cyberneko.LostText$Entry.class
net/sourceforge/htmlunit/cyberneko/res/ErrorMessages.properties
net.sourceforge.htmlunit.cyberneko.SecuritySupport12$1.class
net.sourceforge.htmlunit.cyberneko.SecuritySupport12.class
net.sourceforge.htmlunit.cyberneko.filters.Identity.class
net.sourceforge.htmlunit.cyberneko.HTMLConfiguration.class
net.sourceforge.htmlunit.cyberneko.HTMLEventInfo$SynthesizedItem.class
net.sourceforge.htmlunit.cyberneko.HTMLScanner$SpecialScanner.class
net.sourceforge.htmlunit.cyberneko.LostText.class
net/sourceforge/htmlunit/cyberneko/res/ErrorMessages_ja.txt
net.sourceforge.htmlunit.cyberneko.SecuritySupport12$3.class
net.sourceforge.htmlunit.cyberneko.xercesbridge.XercesBridge_2_2.class
net.sourceforge.htmlunit.cyberneko.filters.NamespaceBinder$NamespaceSupport$Entry.class
net.sourceforge.htmlunit.cyberneko.HTMLElements$Element.class
net.sourceforge.htmlunit.cyberneko.HTMLEventInfo.class
net.sourceforge.htmlunit.cyberneko.HTMLScanner.class
net.sourceforge.htmlunit.cyberneko.parsers.DOMFragmentParser.class
net/sourceforge/htmlunit/cyberneko/res/HTMLsymbol.properties
net.sourceforge.htmlunit.cyberneko.SecuritySupport12$6.class
net.sourceforge.htmlunit.cyberneko.filters.NamespaceBinder$NamespaceSupport.class
net.sourceforge.htmlunit.cyberneko.HTMLElements$ElementList.class
net.sourceforge.htmlunit.cyberneko.HTMLScanner$ContentScanner.class
net.sourceforge.htmlunit.cyberneko.HTMLTagBalancer$Info.class
net.sourceforge.htmlunit.cyberneko.ObjectFactory.class
net/sourceforge/htmlunit/cyberneko/res/HTMLspecial.properties
net.sourceforge.htmlunit.cyberneko.SecuritySupport12$5.class
net.sourceforge.htmlunit.cyberneko.filters.NamespaceBinder.class
net.sourceforge.htmlunit.cyberneko.HTMLElements.class
net.sourceforge.htmlunit.cyberneko.HTMLScanner$CurrentEntity.class
net.sourceforge.htmlunit.cyberneko.HTMLTagBalancer$ElementEntry.class
net.sourceforge.htmlunit.cyberneko.ObjectFactory$ConfigurationError.class
net/sourceforge/htmlunit/cyberneko/res/HTMLlat1.properties
net.sourceforge.htmlunit.cyberneko.SecuritySupport12$4.class
net.sourceforge.htmlunit.cyberneko.xercesbridge.XercesBridge_2_3.class
net.sourceforge.htmlunit.cyberneko.filters.Purifier.class
net.sourceforge.htmlunit.cyberneko.HTMLEntities$IntProperties$Entry.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
xercesImpl-2.11.0.jar
/xerces/xercesImpl/2.11.0
查看xercesImpl所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|