is not current version
Last Version 1.8.0

org.powertac:broker-core 1.7.0

Common core of a Power TAC broker implementation

GroupId

GroupId

org.powertac
ArtifactId

ArtifactId

broker-core
Version

Version

1.7.0
Type

Type

jar

Download broker-core 1.7.0


<!-- https://jarcasting.com/artifacts/org.powertac/broker-core/ -->
<dependency>
    <groupId>org.powertac</groupId>
    <artifactId>broker-core</artifactId>
    <version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.powertac/broker-core/
implementation 'org.powertac:broker-core:1.7.0'
// https://jarcasting.com/artifacts/org.powertac/broker-core/
implementation ("org.powertac:broker-core:1.7.0")
'org.powertac:broker-core:jar:1.7.0'
<dependency org="org.powertac" name="broker-core" rev="1.7.0">
  <artifact name="broker-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.powertac', module='broker-core', version='1.7.0')
)
libraryDependencies += "org.powertac" % "broker-core" % "1.7.0"
[org.powertac/broker-core "1.7.0"]