lapps / org.lappsgrid.core

Core classes for LAPPS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

org.lappsgrid.core

Build Status

Master Status Develop Status

Maven Central

Currently the core module only provides the DataFactory class that is used to create the JSON representations of common LAPPS objects.

    String json = DataFactory.error("Fatal error encountered.");
    ...
    DataSource source = ...
    String json = source.execute(DataFactory.get(documentId));

Maven

<dependency>
	<groupId>org.lappsgrid</groupId>
	<artifactId>core</artifactId>
	<version>2.0.3</version>
</dependency>

About

Core classes for LAPPS.

License:Apache License 2.0


Languages

Language:Java 75.6%Language:Shell 17.6%Language:Makefile 6.8%