-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (22 loc) · 1.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>SupernautApp</title>
</head>
<body>
<h2>Supernaut.FX</h2>
<h3>(Under Construction)</h3>
<p>
Supernaut.FX is a lightweight dependency injection framework for JavaFX applications. It is a wrapper around the core dependency injection capability of <a href="https://micronaut.io">Micronaut® framework</a> (provided by the <code>micronaut-inject</code> JAR.) It enables the use of dependency injection in application, controller, and service objects.
</p>
<h2>Documentation</h2>
<ul>
<li><a href="https://github.com/SupernautApp/SupernautFX#readme">Supernaut.FX Github README</a></li>
<li><a href="https://www.supernaut.app/SupernautFX/supernaut-user-guide.html">User's Guide</a></li>
<li><a href="https://www.supernaut.app/SupernautFX/apidoc/">API Documentation</a></li>
<li><a href="https://github.com/SupernautApp/supernaut-fx-sample-gradle">Sample App (Gradle)</a></li>
<li><a href="https://github.com/SupernautApp/supernaut-fx-sample-maven">Sample App (Maven)</a></li>
</ul>
</body>
</html>