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