${project.groupId}:${project.artifactId} · This is the JSON->URL core library. It implements a parser, as defined by the spec, with support for type parameters. Implementations for specific APIs (e.g. JSR-374) leverage this and simply supply their own types. You likely wont depend on this directly unless you're implementing JSON->URL with a new interface/library/framework.
Group: org.jsonurl - All Dependencies
${project.groupId}:${project.artifactId} · This is the JSON->URL factory artifact. It defines a generic parser inferface for building in-memory structures from a value factory. Implementations for specific APIs (e.g. JSR-374) leverage this and simply supply their own types. You likely wont depend on this directly unless you're implementing JSON->URL with a new interface/library/framework.
${project.groupId}:${project.artifactId} · ${jsonurl.description} This is the parent POM for the all jsonurl maven artifacts.
${project.groupId}:${project.artifactId} · This implements a JSON->URL parser for the JSR-374 JSON interface.
${project.groupId}:${project.artifactId} · This implements a JSON->URL parser using Douglas Crockford's original Java implementation of JSON.