GroupId | GroupIdorg.powertac |
---|---|
ArtifactId | ArtifactIdhousehold-customer |
Version | Version0.6.2 |
Type | Typejar |
Filename | Size |
---|---|
household-customer-0.6.2.pom | |
household-customer-0.6.2.jar | 102 KB |
household-customer-0.6.2-sources.jar | 84 KB |
household-customer-0.6.2-javadoc.jar | 263 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.powertac/household-customer/ -->
<dependency>
<groupId>org.powertac</groupId>
<artifactId>household-customer</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.powertac/household-customer/
implementation 'org.powertac:household-customer:0.6.2'
// https://jarcasting.com/artifacts/org.powertac/household-customer/
implementation ("org.powertac:household-customer:0.6.2")
'org.powertac:household-customer:jar:0.6.2'
<dependency org="org.powertac" name="household-customer" rev="0.6.2">
<artifact name="household-customer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.powertac', module='household-customer', version='0.6.2')
)
libraryDependencies += "org.powertac" % "household-customer" % "0.6.2"
[org.powertac/household-customer "0.6.2"]