<dependency>
<groupId>com.example</groupId>
<artifactId>tater-framework</artifactId>
<version>1.0.0</version>
</dependency>
properties
tater.classpath=/path/to/libs
properties
tater.libraries.example-lib=1.0.0
properties
tater.config=/path/to/config.properties
import com.example.tater.Tater;
import com.example.tater.TaterConfig;
Tater tater = Tater.getInstance();
tater.loadLibrary("example-lib");
tater.invokeMethod("example-lib", "doSomething", args);