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