{"id":17774015,"url":"https://github.com/svenfuchs/rjb-require","last_synced_at":"2025-04-21T23:31:43.530Z","repository":{"id":890261,"uuid":"640106","full_name":"svenfuchs/rjb-require","owner":"svenfuchs","description":"Adds the ability to import and map Java packages to nested Ruby modules/classes to RJB.","archived":false,"fork":false,"pushed_at":"2010-04-30T16:00:36.000Z","size":81,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-11-20T16:21:22.705Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svenfuchs.png","metadata":{"files":{"readme":"README.textile","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-04-30T15:59:06.000Z","updated_at":"2016-09-22T18:47:25.000Z","dependencies_parsed_at":"2022-08-16T11:20:32.109Z","dependency_job_id":null,"html_url":"https://github.com/svenfuchs/rjb-require","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenfuchs%2Frjb-require","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenfuchs%2Frjb-require/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenfuchs%2Frjb-require/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenfuchs%2Frjb-require/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svenfuchs","download_url":"https://codeload.github.com/svenfuchs/rjb-require/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248706613,"owners_count":21148747,"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":[],"created_at":"2024-10-26T21:47:49.923Z","updated_at":"2025-04-21T23:31:43.310Z","avatar_url":"https://github.com/svenfuchs.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"h1. Rjb.require\n\nAdds the ability to import and map Java packages to nested Ruby modules/classes to RJB.\n\nh2. Usage\n\n\u003cpre\u003e\nrequire 'rjb/require'\n\n# java.net.URL is already in your classpath\nRjb.require 'java.net.URL'\nJava::Net::URL.new('http://github.com')\n\n# load some custom library\nRjb.load_from 'path/to/htmlunit' # loads all jar files to Rjb\nRjb.require 'com.gargoylesoftware.htmlunit.WebClient'\n\u003c/pre\u003e\n\nh2. Authors\n\n* Original Work: Richard L. Apodaca (see \"Mapping Java Packages Onto Ruby Modules\":http://depth-first.com/articles/2006/10/24/metaprogramming-with-ruby-mapping-java-packages-onto-ruby-modules)\n* Modifications: Sven Fuchs (Ruby gem, RJB module level method, add RJB.load_from for convenience)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvenfuchs%2Frjb-require","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvenfuchs%2Frjb-require","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvenfuchs%2Frjb-require/lists"}