GroupId | GroupIdio.electrum |
---|---|
ArtifactId | ArtifactIdbillpay-service-interface |
Version | Version3.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.electrum/billpay-service-interface/ -->
<dependency>
<groupId>io.electrum</groupId>
<artifactId>billpay-service-interface</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.electrum/billpay-service-interface/
implementation 'io.electrum:billpay-service-interface:3.0.3'
// https://jarcasting.com/artifacts/io.electrum/billpay-service-interface/
implementation ("io.electrum:billpay-service-interface:3.0.3")
'io.electrum:billpay-service-interface:jar:3.0.3'
<dependency org="io.electrum" name="billpay-service-interface" rev="3.0.3">
<artifact name="billpay-service-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.electrum', module='billpay-service-interface', version='3.0.3')
)
libraryDependencies += "io.electrum" % "billpay-service-interface" % "3.0.3"
[io.electrum/billpay-service-interface "3.0.3"]