| GroupId | GroupIdorg.powertac |
|---|---|
| ArtifactId | ArtifactIdbalancing-market |
| Version | Version1.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| balancing-market-1.6.0.pom | |
| balancing-market-1.6.0.jar | 22 KB |
| balancing-market-1.6.0-sources.jar | 15 KB |
| balancing-market-1.6.0-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.powertac/balancing-market/ -->
<dependency>
<groupId>org.powertac</groupId>
<artifactId>balancing-market</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.powertac/balancing-market/
implementation 'org.powertac:balancing-market:1.6.0'
// https://jarcasting.com/artifacts/org.powertac/balancing-market/
implementation ("org.powertac:balancing-market:1.6.0")
'org.powertac:balancing-market:jar:1.6.0'
<dependency org="org.powertac" name="balancing-market" rev="1.6.0">
<artifact name="balancing-market" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.powertac', module='balancing-market', version='1.6.0')
)
libraryDependencies += "org.powertac" % "balancing-market" % "1.6.0"
[org.powertac/balancing-market "1.6.0"]