Categories |
CategoriesStripe Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.arcbees.stripe |
ArtifactId | ArtifactIdall |
Version | Version0.2.0 |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
all-0.2.0.pom | 1 KB |
Browse |
<!-- 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"]