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