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