{"id":30184591,"url":"https://github.com/qupath/javadoc-viewer","last_synced_at":"2025-08-12T12:43:10.544Z","repository":{"id":282398440,"uuid":"795036233","full_name":"qupath/javadoc-viewer","owner":"qupath","description":"A simple JavaFX Javadoc viewer","archived":false,"fork":false,"pushed_at":"2025-07-02T11:42:46.000Z","size":182,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-02T12:42:50.492Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qupath.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-02T13:08:41.000Z","updated_at":"2025-07-02T11:42:48.000Z","dependencies_parsed_at":"2025-07-02T12:38:33.188Z","dependency_job_id":null,"html_url":"https://github.com/qupath/javadoc-viewer","commit_stats":null,"previous_names":["qupath/javadoc-viewer"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/qupath/javadoc-viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qupath%2Fjavadoc-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qupath%2Fjavadoc-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qupath%2Fjavadoc-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qupath%2Fjavadoc-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qupath","download_url":"https://codeload.github.com/qupath/javadoc-viewer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qupath%2Fjavadoc-viewer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270064197,"owners_count":24520926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-12T12:43:07.998Z","updated_at":"2025-08-12T12:43:10.504Z","avatar_url":"https://github.com/qupath.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Javadoc Viewer\n\nA simple JavaFX Javadoc viewer.\n\n## Installing\n\nThe repository contains two subprojects:\n\n* One subproject (`javadocviewer`) containing the UI implementation of the Javadoc viewer.\n* One subproject (`javadocviewer-app`) to start the UI implementation as a standalone application. It is mainly used for development.\n\nTo use the javadoc viewer:\n\n```groovy\n// build.gradle\n\ndependencies {\n  def javadocViewerVersion = \"0.1.0-SNAPSHOT\"\n\n  implementation \"io.github.qupath:javadocviewer:${javadocViewerVersion}\"\n}\n```\n\nIf you don't use Java modules in your application, you also have to import the `javafx.controls` and `javafx.fxml` modules:\n\n```groovy\n// build.gradle\n\njavafx {\n    version = ...\n    modules = [ 'javafx.controls', 'javafx.fxml' ]\n}\n```\n\nThen, take a look at the `JavadocViewerApp` class of `javadocviewer-app` to see\nan example on how to use the javadoc viewer.\n\n## Building\n\nYou can build every module of the javadoc viewer from source with:\n\n```bash\n./gradlew clean build\n```\n\nThe outputs will be under each subproject's `build/libs`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqupath%2Fjavadoc-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqupath%2Fjavadoc-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqupath%2Fjavadoc-viewer/lists"}