| License |
License
The Apache License, Version 2.0
|
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.americanexpress |
| ArtifactId | ArtifactIdclient |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSynapse is a set of lightweight foundational framework modules for rapid development built-in with enterprise
grade maturity and quality.
|
| Filename | Size |
|---|---|
| client-0.1.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.americanexpress/client/ -->
<dependency>
<groupId>io.americanexpress</groupId>
<artifactId>client</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.americanexpress/client/
implementation 'io.americanexpress:client:0.1.0'
// https://jarcasting.com/artifacts/io.americanexpress/client/
implementation ("io.americanexpress:client:0.1.0")
'io.americanexpress:client:pom:0.1.0'
<dependency org="io.americanexpress" name="client" rev="0.1.0">
<artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.americanexpress', module='client', version='0.1.0')
)
libraryDependencies += "io.americanexpress" % "client" % "0.1.0"
[io.americanexpress/client "0.1.0"]