| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаnl.cloudfarming.client |
| Идентификатор | Идентификаторagrosense |
| Версия | Версия1.0.21 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| agrosense-1.0.21.pom | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/nl.cloudfarming.client/agrosense/ -->
<dependency>
<groupId>nl.cloudfarming.client</groupId>
<artifactId>agrosense</artifactId>
<version>1.0.21</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.cloudfarming.client/agrosense/
implementation 'nl.cloudfarming.client:agrosense:1.0.21'
// https://jarcasting.com/artifacts/nl.cloudfarming.client/agrosense/
implementation ("nl.cloudfarming.client:agrosense:1.0.21")
'nl.cloudfarming.client:agrosense:pom:1.0.21'
<dependency org="nl.cloudfarming.client" name="agrosense" rev="1.0.21">
<artifact name="agrosense" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.cloudfarming.client', module='agrosense', version='1.0.21')
)
libraryDependencies += "nl.cloudfarming.client" % "agrosense" % "1.0.21"
[nl.cloudfarming.client/agrosense "1.0.21"]