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