{"id":21444929,"url":"https://github.com/ArcBees/gwt-stripe","last_synced_at":"2025-07-14T18:32:04.575Z","repository":{"id":10691680,"uuid":"12933263","full_name":"ArcBees/gwt-stripe","owner":"ArcBees","description":null,"archived":false,"fork":false,"pushed_at":"2015-02-17T14:27:28.000Z","size":476,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-04-16T10:30:20.167Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ArcBees.png","metadata":{"files":{"readme":"README.md","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":"2013-09-18T20:03:33.000Z","updated_at":"2019-03-08T09:48:50.000Z","dependencies_parsed_at":"2022-08-28T17:22:14.716Z","dependency_job_id":null,"html_url":"https://github.com/ArcBees/gwt-stripe","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBees%2Fgwt-stripe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBees%2Fgwt-stripe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBees%2Fgwt-stripe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBees%2Fgwt-stripe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArcBees","download_url":"https://codeload.github.com/ArcBees/gwt-stripe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225991847,"owners_count":17556375,"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-11-23T02:22:08.559Z","updated_at":"2024-11-23T02:22:20.345Z","avatar_url":"https://github.com/ArcBees.png","language":"Java","funding_links":[],"categories":["Payment"],"sub_categories":[],"readme":"# GWT Stripe\nA simple [Stripe.js](https://stripe.com/docs/stripe.js) wrapper for GWT.\n\n##Adding it to your project\n1. Add Maven dependency to your POM: \n\n    ```xml\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.arcbees.stripe\u003c/groupId\u003e\n            \u003cartifactId\u003egwt\u003c/artifactId\u003e\n            \u003cversion\u003e${core.version}\u003c/version\u003e\n        \u003c/dependency\u003e\n    ```\n\n2. Inherit the required GWT module\n\n    ```xml\n    \u003cinherits name=\"com.arcbees.stripe.GwtStripe\"/\u003e\n    ```\n\n##Using it with Gin\n1. Install the required Gin module:\n\n    ```java\n    install(new StripeModule());\n    ```\n    \n2. Inject and use the `Stripe` interface:\n\n    ```java\n    @Inject\n    MyClass(Stripe stripe) {\n        //...\n    }\n    ```\n    \n##Using it with StripeFactory\nUse `StripeFactory.get()` to get a `Stripe` instance:\n\n```java\nStripe stripe = StripeFactory.get();\n```\n    \nYou can call `StripeFactory.get()` at any time, since the Stripe instance you'll receive is stateless.\n\n\n##Running the sample\n1. Clone the repo\n2. `cd` to root folder\n3. `mvn clean install`\n4. `cd sample`\n5. `mvn clean gwt:run`\n\n##Running integration tests\n0. Make sure chromedriver is on your PATH\n1. `cd` to root folder\n2. `mvn clean verify -Pintegration-tests`\n\n##Thanks to\n[![Arcbees.com](http://i.imgur.com/HDf1qfq.png)](http://arcbees.com)\n\n[![Atlassian](http://i.imgur.com/BKkj8Rg.png)](https://www.atlassian.com/)\n\n[![IntelliJ](https://lh6.googleusercontent.com/--QIIJfKrjSk/UJJ6X-UohII/AAAAAAAAAVM/cOW7EjnH778/s800/banner_IDEA.png)](http://www.jetbrains.com/idea/index.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FArcBees%2Fgwt-stripe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FArcBees%2Fgwt-stripe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FArcBees%2Fgwt-stripe/lists"}