{"id":21406519,"url":"https://github.com/forge-srl/bionic-js-runtime-java","last_synced_at":"2025-07-14T00:32:32.862Z","repository":{"id":57743062,"uuid":"340095862","full_name":"Forge-Srl/bionic-js-runtime-java","owner":"Forge-Srl","description":"Java runtime for bionic.js","archived":false,"fork":false,"pushed_at":"2021-09-07T11:58:50.000Z","size":146,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-07T08:44:09.685Z","etag":null,"topics":["android","android-library","bionic-js","java","java-library","javascript","jjbridge"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Forge-Srl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-18T15:38:49.000Z","updated_at":"2022-04-05T09:41:19.000Z","dependencies_parsed_at":"2022-09-11T10:41:19.395Z","dependency_job_id":null,"html_url":"https://github.com/Forge-Srl/bionic-js-runtime-java","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Forge-Srl/bionic-js-runtime-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Forge-Srl%2Fbionic-js-runtime-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Forge-Srl%2Fbionic-js-runtime-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Forge-Srl%2Fbionic-js-runtime-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Forge-Srl%2Fbionic-js-runtime-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Forge-Srl","download_url":"https://codeload.github.com/Forge-Srl/bionic-js-runtime-java/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Forge-Srl%2Fbionic-js-runtime-java/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265227898,"owners_count":23731059,"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","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":["android","android-library","bionic-js","java","java-library","javascript","jjbridge"],"created_at":"2024-11-22T16:40:25.219Z","updated_at":"2025-07-14T00:32:32.327Z","avatar_url":"https://github.com/Forge-Srl.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bionic.js Java runtime\n\n[![javadoc](https://javadoc.io/badge2/srl.forge/bionic-js/javadoc.svg)](https://javadoc.io/doc/srl.forge/bionic-js)\n\n![Build bionic.js Java](https://github.com/Forge-Srl/bionic-js-runtime-java/workflows/Build%20bionic.js%20Java/badge.svg?branch=main)\n\nThis is the Java runtime library used by bionic.js (for more information see the [main repository](https://github.com/Forge-Srl/bionic-js))\n\n## Installation\n\nAdd this to your pom.xml:\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003esrl.forge\u003c/groupId\u003e\n  \u003cartifactId\u003ebionic-js\u003c/artifactId\u003e\n\u003c/dependency\u003e\n```\n\nAlso, you must add a [JJBridge engine](https://github.com/Forge-Srl/jjbridge-api#installation) for JavaScript code execution,\nfor example [JJBridge V8 engine](https://github.com/Forge-Srl/jjbridge-engine-v8).\n\n## Usage\nThe full javadoc is available at \u003chttps://www.javadoc.io/doc/srl.forge/bionic-js/latest/index.html\u003e.\n\n### Setup\nTo ensure bionic.js runs properly you must set the JavaScript engine. Just add this at the beginning of your program:\n```java\nBjsProject.setJsEngine(new V8Engine()); // In this case we are using JJBridge V8 engine\n```\n\nAlso, if you need to enable the JavaScript inspector add:\n```java\nBjsProject.enableInspector(9876); // Or any other free IP port on your machine\n```\n\n## License\n\nSee the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforge-srl%2Fbionic-js-runtime-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforge-srl%2Fbionic-js-runtime-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforge-srl%2Fbionic-js-runtime-java/lists"}