Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.tryflux |
ArtifactId | ArtifactIdmerchant-sender |
Version | Version2018.08.24 |
Type | Typejar |
Filename | Size |
---|---|
merchant-sender-2018.08.24.pom | |
merchant-sender-2018.08.24.jar | 23 KB |
merchant-sender-2018.08.24-sources.jar | 1 KB |
merchant-sender-2018.08.24-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.tryflux/merchant-sender/ -->
<dependency>
<groupId>com.tryflux</groupId>
<artifactId>merchant-sender</artifactId>
<version>2018.08.24</version>
</dependency>
// https://jarcasting.com/artifacts/com.tryflux/merchant-sender/
implementation 'com.tryflux:merchant-sender:2018.08.24'
// https://jarcasting.com/artifacts/com.tryflux/merchant-sender/
implementation ("com.tryflux:merchant-sender:2018.08.24")
'com.tryflux:merchant-sender:jar:2018.08.24'
<dependency org="com.tryflux" name="merchant-sender" rev="2018.08.24">
<artifact name="merchant-sender" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tryflux', module='merchant-sender', version='2018.08.24')
)
libraryDependencies += "com.tryflux" % "merchant-sender" % "2018.08.24"
[com.tryflux/merchant-sender "2018.08.24"]