| Лицензия |
Лицензия
The Apache License, Version 2.0
|
|---|---|
| Группа | Группаio.americanexpress |
| Идентификатор | Идентификаторframework |
| Версия | Версия0.1.0 |
| Тип | Типpom |
| Описание |
ОписаниеSynapse is a set of lightweight foundational framework modules for rapid development built-in with enterprise
grade maturity and quality.
|
| Имя Файла | Размер |
|---|---|
| framework-0.1.0.pom | 1 KB |
| Обзор |
<!-- 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"]