License |
License
The Apache License, Version 2.0
|
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.americanexpress.synapse |
ArtifactId | ArtifactIdclient |
Version | Version0.2.1 |
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.2.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.americanexpress.synapse/client/ -->
<dependency>
<groupId>io.americanexpress.synapse</groupId>
<artifactId>client</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.americanexpress.synapse/client/
implementation 'io.americanexpress.synapse:client:0.2.1'
// https://jarcasting.com/artifacts/io.americanexpress.synapse/client/
implementation ("io.americanexpress.synapse:client:0.2.1")
'io.americanexpress.synapse:client:pom:0.2.1'
<dependency org="io.americanexpress.synapse" name="client" rev="0.2.1">
<artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.americanexpress.synapse', module='client', version='0.2.1')
)
libraryDependencies += "io.americanexpress.synapse" % "client" % "0.2.1"
[io.americanexpress.synapse/client "0.2.1"]