is not current version
Last Version 1.8.0

org.powertac:broker-core 1.4.1

Common core of a Power TAC broker implementation

GroupId

GroupId

org.powertac
ArtifactId

ArtifactId

broker-core
Version

Version

1.4.1
Type

Type

jar

Download broker-core 1.4.1


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