| Лицензия |
Лицензия |
|---|---|
| Группа | Группаdev.rafex.ether |
| Идентификатор | Идентификаторether |
| Версия | Версия2.0.0.0-v20210511 |
| Тип | Типpom |
| Описание |
Описаниеether
utilities to create microservices without frameworks
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| ether-2.0.0.0-v20210511.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/dev.rafex.ether/ether/ -->
<dependency>
<groupId>dev.rafex.ether</groupId>
<artifactId>ether</artifactId>
<version>2.0.0.0-v20210511</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.rafex.ether/ether/
implementation 'dev.rafex.ether:ether:2.0.0.0-v20210511'
// https://jarcasting.com/artifacts/dev.rafex.ether/ether/
implementation ("dev.rafex.ether:ether:2.0.0.0-v20210511")
'dev.rafex.ether:ether:pom:2.0.0.0-v20210511'
<dependency org="dev.rafex.ether" name="ether" rev="2.0.0.0-v20210511">
<artifact name="ether" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.rafex.ether', module='ether', version='2.0.0.0-v20210511')
)
libraryDependencies += "dev.rafex.ether" % "ether" % "2.0.0.0-v20210511"
[dev.rafex.ether/ether "2.0.0.0-v20210511"]