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