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