组织ID: |
net.sourceforge.htmlunit |
项目ID: |
neko-htmlunit |
版本: |
2.38.0 |
最后修改时间: |
2020-03-08 19:49:07 |
包类型: |
jar |
标题: |
HtmlUnit NekoHtml |
描述: |
HtmlUnit adaptation of NekoHtml.
It has the same functionality but exposing HTMLElements to be overridden.
|
相关URL: |
http://www.GargoyleSoftware.com/ |
大小: |
367.33KB |
|
Maven引入代码: |
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>2.38.0</version>
</dependency>
|
Gradle引入代码: |
net.sourceforge.htmlunit:neko-htmlunit:2.38.0
|
下载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.38.0</version>
<name>HtmlUnit NekoHtml</name>
<organization>
<name>Gargoyle Software Inc.</name>
<url>http://www.GargoyleSoftware.com/</url>
</organization>
<packaging>jar</packaging>
<description>
HtmlUnit adaptation of NekoHtml.
It has the same functionality but exposing HTMLElements to be overridden.
</description>
<url>http://htmlunit.sourceforge.net</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.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.1.0</version>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<quiet>true</quiet>
<additionalparam>--allow-script-in-comments</additionalparam>
<links>
<link>http://docs.oracle.com/javase/8/docs/api/</link>
</links>
</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>
</plugins>
</build>
<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>
<scm>
<connection>scm:git:git@github.com:HtmlUnit/htmlunit-neko.git</connection>
<developerConnection>scm:git:git@github.com:HtmlUnit/htmlunit-neko.git</developerConnection>
<url>https://github.com/htmlunit</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.12.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
<repositories>
<repository>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
<id>OSS Sonatype snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
net.sourceforge.htmlunit.cyberneko.filters.DefaultFilter.class
net.sourceforge.htmlunit.cyberneko.HTMLScanner$PlaybackInputStream.class
net.sourceforge.htmlunit.cyberneko.HTMLTagBalancer.class
net.sourceforge.htmlunit.cyberneko.parsers.DOMParser.class
net.sourceforge.htmlunit.cyberneko.parsers.SAXParser.class
net.sourceforge.htmlunit.cyberneko.filters.NamespaceBinder$NamespaceSupport$Entry.class
net.sourceforge.htmlunit.cyberneko.HTMLElements$Element.class
net.sourceforge.htmlunit.cyberneko.HTMLElements$ElementList.class
net.sourceforge.htmlunit.cyberneko.HTMLEventInfo.class
net.sourceforge.htmlunit.cyberneko.HTMLScanner$SpecialScanner.class
net.sourceforge.htmlunit.cyberneko.LostText$Entry.class
net.sourceforge.htmlunit.cyberneko.filters.NamespaceBinder$NamespaceSupport.class
net.sourceforge.htmlunit.cyberneko.HTMLElements.class
net.sourceforge.htmlunit.cyberneko.HTMLScanner$LocationItem.class
net.sourceforge.htmlunit.cyberneko.HTMLTagBalancer$ElementEntry.class
net/sourceforge/htmlunit/cyberneko/res/html_entities.properties
net.sourceforge.htmlunit.cyberneko.filters.NamespaceBinder.class
net.sourceforge.htmlunit.cyberneko.HTMLEntitiesParserGenerator$State.class
net.sourceforge.htmlunit.cyberneko.HTMLScanner$CurrentEntity.class
net.sourceforge.htmlunit.cyberneko.HTMLScanner.class
net.sourceforge.htmlunit.cyberneko.LostText.class
net.sourceforge.htmlunit.cyberneko.parsers.DOMFragmentParser.class
net/sourceforge/htmlunit/cyberneko/res/ErrorMessages.properties
net.sourceforge.htmlunit.cyberneko.HTMLAugmentations.class
net.sourceforge.htmlunit.cyberneko.HTMLEntitiesParser.class
net.sourceforge.htmlunit.cyberneko.HTMLComponent.class
net.sourceforge.htmlunit.cyberneko.HTMLEntitiesParserGenerator.class
net.sourceforge.htmlunit.cyberneko.HTMLEventInfo$SynthesizedItem.class
net.sourceforge.htmlunit.cyberneko.HTMLScanner$Scanner.class
net.sourceforge.htmlunit.cyberneko.HTMLTagBalancingListener.class
net.sourceforge.htmlunit.cyberneko.HTMLConfiguration$ErrorReporter.class
net.sourceforge.htmlunit.cyberneko.HTMLErrorReporter.class
net.sourceforge.htmlunit.cyberneko.HTMLScanner$PlainTextScanner.class
net.sourceforge.htmlunit.cyberneko.HTMLTagBalancer$Info.class
net.sourceforge.htmlunit.cyberneko.HTMLConfiguration.class
net.sourceforge.htmlunit.cyberneko.HTMLScanner$ContentScanner.class
net.sourceforge.htmlunit.cyberneko.HTMLTagBalancer$InfoStack.class
|
依赖Jar: |
xercesImpl-2.12.0.jar
/xerces/xercesImpl/2.12.0
查看xercesImpl所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|