Maven Repository - POM file for Web Framework net.java.html.json 0.7.1 0.7.1

Summary

JSON Model in Java.

API for smooth representation of JSON objects in Java. Write your application in Java and present it using modern HTML rendering technologies like Knockout..

Declaration

Here is the list of declaration for net.java.html.json. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.netbeans.html</groupId>
   <artifactId>net.java.html.json</artifactId>
   <version>0.7.1</version>
</dependency>

If you think this Maven repository POM file listing for net.java.html.json is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





Plugin

The following plugins are used in the net.java.html.json-0.7.1.jar

  1. maven-bundle-plugin
  2. maven-javadoc-plugin
  3. maven-source-plugin

Packages

The following packages are defined in the net.java.html.json-0.7.1.jar

net.java.html.json
org.apidesign.html.json.spi
org.netbeans.html.json.impl

POM File Source

Here is the content of the POM file.

<?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.7.1</version>
  </parent>
  <groupId>org.netbeans.html</groupId>
  <artifactId>net.java.html.json</artifactId>
  <version>0.7.1</version>
  <packaging>bundle</packaging>
  <name>JSON Model in Java</name>
  <url>http://maven.apache.org</url>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <publicPackages>net.java.html.json,org.apidesign.html.json.spi</publicPackages>
  </properties>
  <build>
      <plugins>
          <plugin>
              <groupId>org.apache.felix</groupId>
              <artifactId>maven-bundle-plugin</artifactId>
          </plugin>
          <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-source-plugin</artifactId>
              <version>2.2.1</version>
              <executions>
                  <execution>
                      <id>prepare-sources</id>
                      <goals>
                          <goal>jar</goal>
                      </goals>
                      <phase>package</phase>
                  </execution>
              </executions>
          </plugin>
          <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-javadoc-plugin</artifactId>
              <version>2.9</version>
              <configuration>
                  <subpackages>net.java.html.json</subpackages>
                  <skip>false</skip>
              </configuration>
          </plugin>
      </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.testng</groupId>
      <artifactId>testng</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.netbeans.api</groupId>
      <artifactId>org-openide-util-lookup</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>net.java.html</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>
    <description>API for smooth representation of JSON objects in Java. Write your
application in Java and
present it using modern HTML rendering technologies like 
Knockout.
</description>
</project>