com.arcbees.stripe:all

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Категории

Категории

Stripe Прикладные библиотеки Financial
Группа

Группа

com.arcbees.stripe
Идентификатор

Идентификатор

all
Последняя версия

Последняя версия

0.2.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Система контроля версий

Система контроля версий

https://github.com/ArcBees/gwt-stripe

Скачать all

Имя Файла Размер
all-0.2.0.pom 1 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.arcbees.stripe/all/ -->
<dependency>
    <groupId>com.arcbees.stripe</groupId>
    <artifactId>all</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.arcbees.stripe/all/
implementation 'com.arcbees.stripe:all:0.2.0'
// https://jarcasting.com/artifacts/com.arcbees.stripe/all/
implementation ("com.arcbees.stripe:all:0.2.0")
'com.arcbees.stripe:all:pom:0.2.0'
<dependency org="com.arcbees.stripe" name="all" rev="0.2.0">
  <artifact name="all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.arcbees.stripe', module='all', version='0.2.0')
)
libraryDependencies += "com.arcbees.stripe" % "all" % "0.2.0"
[com.arcbees.stripe/all "0.2.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • sample
  • gwt-stripe

GWT Stripe

A simple Stripe.js wrapper for GWT.

##Adding it to your project

  1. Add Maven dependency to your POM:

        <dependency>
            <groupId>com.arcbees.stripe</groupId>
            <artifactId>gwt</artifactId>
            <version>${core.version}</version>
        </dependency>
  2. Inherit the required GWT module

    <inherits name="com.arcbees.stripe.GwtStripe"/>

##Using it with Gin

  1. Install the required Gin module:

    install(new StripeModule());
  2. Inject and use the Stripe interface:

    @Inject
    MyClass(Stripe stripe) {
        //...
    }

##Using it with StripeFactory Use StripeFactory.get() to get a Stripe instance:

Stripe stripe = StripeFactory.get();

You can call StripeFactory.get() at any time, since the Stripe instance you'll receive is stateless.

##Running the sample

  1. Clone the repo
  2. cd to root folder
  3. mvn clean install
  4. cd sample
  5. mvn clean gwt:run

##Running integration tests 0. Make sure chromedriver is on your PATH

  1. cd to root folder
  2. mvn clean verify -Pintegration-tests

##Thanks to Arcbees.com

Atlassian

IntelliJ

com.arcbees.stripe

Arcbees

Версии библиотеки

Версия
0.2.0
0.1.0-alpha