Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.brienwheeler.svc |
ArtifactId | ArtifactIdsvc-authorize_net |
Version | Version1.03-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.brienwheeler.svc/svc-authorize_net/ -->
<dependency>
<groupId>com.brienwheeler.svc</groupId>
<artifactId>svc-authorize_net</artifactId>
<version>1.03-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.brienwheeler.svc/svc-authorize_net/
implementation 'com.brienwheeler.svc:svc-authorize_net:1.03-RELEASE'
// https://jarcasting.com/artifacts/com.brienwheeler.svc/svc-authorize_net/
implementation ("com.brienwheeler.svc:svc-authorize_net:1.03-RELEASE")
'com.brienwheeler.svc:svc-authorize_net:jar:1.03-RELEASE'
<dependency org="com.brienwheeler.svc" name="svc-authorize_net" rev="1.03-RELEASE">
<artifact name="svc-authorize_net" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brienwheeler.svc', module='svc-authorize_net', version='1.03-RELEASE')
)
libraryDependencies += "com.brienwheeler.svc" % "svc-authorize_net" % "1.03-RELEASE"
[com.brienwheeler.svc/svc-authorize_net "1.03-RELEASE"]