https://github.com/scijava/scijava-links
URI scheme handlers in SciJava
https://github.com/scijava/scijava-links
Last synced: 5 months ago
JSON representation
URI scheme handlers in SciJava
- Host: GitHub
- URL: https://github.com/scijava/scijava-links
- Owner: scijava
- License: bsd-2-clause
- Created: 2025-03-25T19:04:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-10T15:46:01.000Z (9 months ago)
- Last Synced: 2025-04-10T16:55:58.008Z (9 months ago)
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/scijava/scijava-links/actions/workflows/build.yml)
This package provides a subsystem for SciJava applications
that enables handling of URI-based links via plugins.
It is kept separate from the SciJava Common core classes
because it requires Java 11 as a minimum, due to its use
of java.awt.Desktop features not present in Java 8.