| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdnl.cloudfarming.client |
| ArtifactId | ArtifactIdagrosense |
| Version | Version12.12-beta |
| Type | Typepom |
| Filename | Size |
|---|---|
| agrosense-12.12-beta.pom | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nl.cloudfarming.client/agrosense/ -->
<dependency>
<groupId>nl.cloudfarming.client</groupId>
<artifactId>agrosense</artifactId>
<version>12.12-beta</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.cloudfarming.client/agrosense/
implementation 'nl.cloudfarming.client:agrosense:12.12-beta'
// https://jarcasting.com/artifacts/nl.cloudfarming.client/agrosense/
implementation ("nl.cloudfarming.client:agrosense:12.12-beta")
'nl.cloudfarming.client:agrosense:pom:12.12-beta'
<dependency org="nl.cloudfarming.client" name="agrosense" rev="12.12-beta">
<artifact name="agrosense" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.cloudfarming.client', module='agrosense', version='12.12-beta')
)
libraryDependencies += "nl.cloudfarming.client" % "agrosense" % "12.12-beta"
[nl.cloudfarming.client/agrosense "12.12-beta"]