| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.fastercode.marmot |
| Идентификатор | Идентификаторmarmot |
| Версия | Версия1.0.1 |
| Тип | Типpom |
| Описание |
Описаниеmarmot
Monitoring and alarm tools, like a marmot.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| marmot-1.0.1.pom | 17 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.fastercode.marmot/marmot/ -->
<dependency>
<groupId>org.fastercode.marmot</groupId>
<artifactId>marmot</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fastercode.marmot/marmot/
implementation 'org.fastercode.marmot:marmot:1.0.1'
// https://jarcasting.com/artifacts/org.fastercode.marmot/marmot/
implementation ("org.fastercode.marmot:marmot:1.0.1")
'org.fastercode.marmot:marmot:pom:1.0.1'
<dependency org="org.fastercode.marmot" name="marmot" rev="1.0.1">
<artifact name="marmot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fastercode.marmot', module='marmot', version='1.0.1')
)
libraryDependencies += "org.fastercode.marmot" % "marmot" % "1.0.1"
[org.fastercode.marmot/marmot "1.0.1"]