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