{"id":20471631,"url":"https://github.com/javamoney/javamoney-lib","last_synced_at":"2025-10-08T16:04:24.872Z","repository":{"id":8135678,"uuid":"9553726","full_name":"JavaMoney/javamoney-lib","owner":"JavaMoney","description":"JavaMoney financial libraries, extending and complementing JSR 354","archived":false,"fork":false,"pushed_at":"2025-05-19T10:49:06.000Z","size":2486,"stargazers_count":141,"open_issues_count":10,"forks_count":67,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-10-08T16:02:47.787Z","etag":null,"topics":["currencies","currency","java","javamoney","library","money"],"latest_commit_sha":null,"homepage":"","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/JavaMoney.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2013-04-19T20:15:41.000Z","updated_at":"2025-10-05T09:48:35.000Z","dependencies_parsed_at":"2025-10-08T16:02:17.985Z","dependency_job_id":null,"html_url":"https://github.com/JavaMoney/javamoney-lib","commit_stats":{"total_commits":362,"total_committers":12,"mean_commits":"30.166666666666668","dds":0.6132596685082873,"last_synced_commit":"d83550ab7ade4b3a86c70ff77e4fb6bfd5afbcfd"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/JavaMoney/javamoney-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JavaMoney%2Fjavamoney-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JavaMoney%2Fjavamoney-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JavaMoney%2Fjavamoney-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JavaMoney%2Fjavamoney-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JavaMoney","download_url":"https://codeload.github.com/JavaMoney/javamoney-lib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JavaMoney%2Fjavamoney-lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278972327,"owners_count":26078019,"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-10-08T02:00:06.501Z","response_time":56,"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":["currencies","currency","java","javamoney","library","money"],"created_at":"2024-11-15T14:16:48.740Z","updated_at":"2025-10-08T16:04:24.844Z","avatar_url":"https://github.com/JavaMoney.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Java Money and Currency - Libraries extending JSR 354\n==============================================================\n \nJavaMoney-lib provides extensions and libraries built upon JSR 354 (compatible implementations).\nWhereas the JSR 354 API and reference implementation provides the fundamentals like monetary amounts,\ncustomizable currencies and interfaces for interoperation this library adds additional powerful\nAPIs and SPIs that were implemented during JSR development as a proof of concept (artifactIds in brackets):\n\n* **Calculation** (javamoney-calc) provides a set of monetary calculations and formulas. The idea here is to provide a comprehensive set of algorithms and tools to perform complex financial mathematics.\n* **Exchange** (javamoney-exchange) provides further conversion exchange resources such as FRD and Yahoo.\n  * **FRB** (javamoney-exchange-frb) provides conversion exchange for US Federal Reserve Department FRD.\n  * **Yahoo** (javamoney-exchange-yahoo) provides conversion exchange using Yahoo financial APIs.\n* **javamoney-cdi** (javamoney-cdi) Integrates JavaMoney with Jakarta CDI (Java SE mode).\n\nTo use the library you simply have to add the Maven dependency to your project:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eorg.javamoney.lib\u003c/groupId\u003e\n  \u003cartifactId\u003e${artifactId}\u003c/artifactId\u003e\n  \u003cversionId\u003ethe current library version\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nAuthors and Contributors\n------------------------\nDifferent people have contributed to this project. During the development of JSR 354, @atsticks and @keilw\nfounded this project and were also the main contributors. Nevertheless everybody is really welcome to help\nus, to make this library more feasible and add features.\n\nSpecial thanks go to @manuela-grindei for her awsome help implementing financial formulas.\n\nRelease Notes\n-------------\n\n* **1.0** First release of the libraries.\n* **1.1** Update release of the libraries.\n\njavamoney-shelter\n-----------------\nThe javamoney [shelter module](http://javamoney.github.io/shelter.html) is for testing out new features or\nmodules before they may enter the official javamoney library.\n\nSupport or Contact\n------------------\nHaving trouble with Pages? Check out [documentation](http://javamoney.org) or contact support@javamoney.org.\n\nEverything is licenced under [Apache 2 Licence](LICENSE.txt).\n\n[![Build and Deploy Snapshot](https://github.com/JavaMoney/javamoney-lib/actions/workflows/maven-snapshot.yml/badge.svg)](https://github.com/JavaMoney/javamoney-lib/actions/workflows/maven-snapshot.yml)\n[![License](http://img.shields.io/badge/license-Apache2-red.svg)](http://opensource.org/licenses/apache-2.0) \n\n[![Built with Maven](http://maven.apache.org/images/logos/maven-feather.png)](http://maven.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavamoney%2Fjavamoney-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavamoney%2Fjavamoney-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavamoney%2Fjavamoney-lib/lists"}