Categories |
CategoriesStripe Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.technochord.stripe |
ArtifactId | ArtifactIdstripe-service |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
stripe-service-1.0.0.pom | |
stripe-service-1.0.0.jar | 15 KB |
stripe-service-1.0.0-sources.jar | 8 KB |
stripe-service-1.0.0-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.technochord.stripe/stripe-service/ -->
<dependency>
<groupId>com.technochord.stripe</groupId>
<artifactId>stripe-service</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.technochord.stripe/stripe-service/
implementation 'com.technochord.stripe:stripe-service:1.0.0'
// https://jarcasting.com/artifacts/com.technochord.stripe/stripe-service/
implementation ("com.technochord.stripe:stripe-service:1.0.0")
'com.technochord.stripe:stripe-service:jar:1.0.0'
<dependency org="com.technochord.stripe" name="stripe-service" rev="1.0.0">
<artifact name="stripe-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.technochord.stripe', module='stripe-service', version='1.0.0')
)
libraryDependencies += "com.technochord.stripe" % "stripe-service" % "1.0.0"
[com.technochord.stripe/stripe-service "1.0.0"]