Skip to content

lapps/org.lappsgrid.core

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors