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