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