Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.americanexpress.synapse |
ArtifactId | ArtifactIdclient |
Version | Version0.2.5 |
Type | Typepom |
Filename | Size |
---|---|
client-0.2.5.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.americanexpress.synapse/client/ -->
<dependency>
<groupId>io.americanexpress.synapse</groupId>
<artifactId>client</artifactId>
<version>0.2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.americanexpress.synapse/client/
implementation 'io.americanexpress.synapse:client:0.2.5'
// https://jarcasting.com/artifacts/io.americanexpress.synapse/client/
implementation ("io.americanexpress.synapse:client:0.2.5")
'io.americanexpress.synapse:client:pom:0.2.5'
<dependency org="io.americanexpress.synapse" name="client" rev="0.2.5">
<artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.americanexpress.synapse', module='client', version='0.2.5')
)
libraryDependencies += "io.americanexpress.synapse" % "client" % "0.2.5"
[io.americanexpress.synapse/client "0.2.5"]