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