| License | 
                License
                                                        The Apache License, Version 2.0                                                 
                             | 
        
|---|---|
| Categories | 
                CategoriesReact User Interface Web Frameworks CLI | 
        
| GroupId | GroupIdio.americanexpress.synapse | 
    
| ArtifactId | ArtifactIdsynapse-archetype-client-rest-reactive | 
    
| Last Version | Last Version0.2.18 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSynapse is a set of lightweight foundational framework modules for rapid development built-in with enterprise
        grade maturity and quality. 
         | 
    
<!-- https://jarcasting.com/artifacts/io.americanexpress.synapse/synapse-archetype-client-rest-reactive/ -->
<dependency>
    <groupId>io.americanexpress.synapse</groupId>
    <artifactId>synapse-archetype-client-rest-reactive</artifactId>
    <version>0.2.18</version>
</dependency>
                // https://jarcasting.com/artifacts/io.americanexpress.synapse/synapse-archetype-client-rest-reactive/
implementation 'io.americanexpress.synapse:synapse-archetype-client-rest-reactive:0.2.18'
                // https://jarcasting.com/artifacts/io.americanexpress.synapse/synapse-archetype-client-rest-reactive/
implementation ("io.americanexpress.synapse:synapse-archetype-client-rest-reactive:0.2.18")
                'io.americanexpress.synapse:synapse-archetype-client-rest-reactive:jar:0.2.18'
                <dependency org="io.americanexpress.synapse" name="synapse-archetype-client-rest-reactive" rev="0.2.18">
  <artifact name="synapse-archetype-client-rest-reactive" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.americanexpress.synapse', module='synapse-archetype-client-rest-reactive', version='0.2.18')
)
                libraryDependencies += "io.americanexpress.synapse" % "synapse-archetype-client-rest-reactive" % "0.2.18"
                [io.americanexpress.synapse/synapse-archetype-client-rest-reactive "0.2.18"]