Categories |
CategoriesStripe Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.arcbees.stripe |
ArtifactId | ArtifactIdall |
Version | Version0.1.0-alpha |
Type | Typepom |
Filename | Size |
---|---|
all-0.1.0-alpha.pom | 934 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.arcbees.stripe/all/ -->
<dependency>
<groupId>com.arcbees.stripe</groupId>
<artifactId>all</artifactId>
<version>0.1.0-alpha</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.arcbees.stripe/all/
implementation 'com.arcbees.stripe:all:0.1.0-alpha'
// https://jarcasting.com/artifacts/com.arcbees.stripe/all/
implementation ("com.arcbees.stripe:all:0.1.0-alpha")
'com.arcbees.stripe:all:pom:0.1.0-alpha'
<dependency org="com.arcbees.stripe" name="all" rev="0.1.0-alpha">
<artifact name="all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.arcbees.stripe', module='all', version='0.1.0-alpha')
)
libraryDependencies += "com.arcbees.stripe" % "all" % "0.1.0-alpha"
[com.arcbees.stripe/all "0.1.0-alpha"]