Core package for the Obsidian Framework
Full documentation: obsidian-java.com
To quickly bootstrap a new project, use the official skeleton:
git clone https://github.com/obsidian-framework/obsidian my-app
cd my-app
mvn clean package exec:java→ App runs on http://localhost:8888
Add the JitPack repository:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>Add the dependency:
<dependency>
<groupId>com.github.obsidian-framework</groupId>
<artifactId>core</artifactId>
<version>latest</version>
</dependency>MIT © Obsidian Framework