| Group ID: |
org.netbeans.html |
| Artifact ID: |
net.java.html |
| Version: |
0.8.3 |
| Last modified: |
25.07.2014 12:16 |
| Packaging: |
bundle |
| Name: |
HTML Context |
| Description: |
Representation of an HTML page context a Java program operates in. |
| URL: |
http://maven.apache.org |
|
|
| Size: |
13.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/netbeans/html/net.java.html/0.8.3/net.java.html-0.8.3.jar |
| POM: |
Show
hide
<?xml version="1.0"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.netbeans.html</groupId>
<artifactId>pom</artifactId>
<version>0.8.3</version>
</parent>
<groupId>org.netbeans.html</groupId>
<artifactId>net.java.html</artifactId>
<version>0.8.3</version>
<packaging>bundle</packaging>
<name>HTML Context</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<publicPackages>net.java.html,org.apidesign.html.context.spi</publicPackages>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Eclipse-BuddyPolicy>dependent</Eclipse-BuddyPolicy>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<description>Representation of an HTML page context a Java program operates in.</description>
</project>
|
| Maven: |
<dependency>
<groupId>org.netbeans.html</groupId>
<artifactId>net.java.html</artifactId>
<version>0.8.3</version>
</dependency>
|
| Gradle: |
org.netbeans.html:net.java.html:0.8.3 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Used by: iArtifacts that declare a dependency on this library - on any version, not necessarily this exact one. |
|
| Dependency Graph: |
Show
Less
More
|