Group ID:
org.netbeans.html
Artifact ID:
net.java.html.json
Version:
0.8
Last modified:
26.03.2014 18:02
Packaging:
bundle
Name:
JSON Model in Java
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.
URL:
http://maven.apache.org
Size:
80.0 KB
Download:
https://repo.maven.apache.org/maven2/org/netbeans/html/net.java.html.json/0.8/net.java.html.json-0.8.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</version>
</parent>
<groupId>org.netbeans.html</groupId>
<artifactId>net.java.html.json</artifactId>
<version>0.8</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>
Maven:
<dependency>
<groupId>org.netbeans.html </groupId>
<artifactId>net.java.html.json </artifactId>
<version>0.8 </version>
</dependency>
Gradle:
org.netbeans.html :net.java.html.json :0.8
Contained classes:
Show all
Contained classes:
Dependencies:
JAR
net.java.html-0.8.jar
in org/netbeans/html/net.java.html/0.8
[JAR]
org-openide-util-lookup-RELEASE73.jar
in org/netbeans/api/org-openide-util-lookup/RELEASE73
JAR
testng-6.7.jar
in org/testng/testng/6.7
Used by: i Artifacts that declare a dependency on this library - on any version, not necessarily this exact one.
Dependency Graph:
Show
Less
More