GroupId | GroupIdorg.powertac |
---|---|
ArtifactId | ArtifactIdofficecomplex-customer |
Version | Version0.6.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.powertac/officecomplex-customer/ -->
<dependency>
<groupId>org.powertac</groupId>
<artifactId>officecomplex-customer</artifactId>
<version>0.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.powertac/officecomplex-customer/
implementation 'org.powertac:officecomplex-customer:0.6.3'
// https://jarcasting.com/artifacts/org.powertac/officecomplex-customer/
implementation ("org.powertac:officecomplex-customer:0.6.3")
'org.powertac:officecomplex-customer:jar:0.6.3'
<dependency org="org.powertac" name="officecomplex-customer" rev="0.6.3">
<artifact name="officecomplex-customer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.powertac', module='officecomplex-customer', version='0.6.3')
)
libraryDependencies += "org.powertac" % "officecomplex-customer" % "0.6.3"
[org.powertac/officecomplex-customer "0.6.3"]