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