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