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