Skip to content

obsidian-framework/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

224 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obsidian Framework

License: MIT Java 17+ JitPack workflows

Core package for the Obsidian Framework

Full documentation: obsidian-java.com

Getting Started

To quickly bootstrap a new project, use the official skeleton:

obsidian-framework/obsidian

git clone https://github.com/obsidian-framework/obsidian my-app
cd my-app
mvn clean package exec:java

→ App runs on http://localhost:8888

Installation

Maven

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>

License

MIT © Obsidian Framework

About

Core package for the Obsidian Framework

Resources

License

Stars

Watchers

Forks

Contributors