Skip to content

perujug/javaee8-jsonp

Repository files navigation

[Adopt-a-JSR] JSON-P 1.1

javaee8 jsonp Build Status

JSON-P Source Code

Update sub-module:

git submodule update jsonp~git/

Maven Dependency

<dependency>
  <groupId>org.glassfish</groupId>
  <artifactId>javax.json</artifactId>
  <version>1.1.0-SNAPSHOT</version>
</dependency>

Gradle Dependency

compile `org.glassfish:javax.json:1.1.0-SNAPSHOT`