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