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