License |
License
The Apache License, Version 2.0
|
---|---|
GroupId | GroupIdio.americanexpress |
ArtifactId | ArtifactIdsynapse |
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
synapse-0.1.0.pom | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.americanexpress/synapse/ -->
<dependency>
<groupId>io.americanexpress</groupId>
<artifactId>synapse</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.americanexpress/synapse/
implementation 'io.americanexpress:synapse:0.1.0'
// https://jarcasting.com/artifacts/io.americanexpress/synapse/
implementation ("io.americanexpress:synapse:0.1.0")
'io.americanexpress:synapse:pom:0.1.0'
<dependency org="io.americanexpress" name="synapse" rev="0.1.0">
<artifact name="synapse" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.americanexpress', module='synapse', version='0.1.0')
)
libraryDependencies += "io.americanexpress" % "synapse" % "0.1.0"
[io.americanexpress/synapse "0.1.0"]