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