Power TAC visualizer

Properties, plugin- and dependency management for Power TAC

License

License

GroupId

GroupId

org.powertac
ArtifactId

ArtifactId

visualizer
Last Version

Last Version

1.4.4
Release Date

Release Date

Type

Type

war
Description

Description

Power TAC visualizer
Properties, plugin- and dependency management for Power TAC
Project URL

Project URL

https://github.com/powertac/powertac-server/
Project Organization

Project Organization

Power TAC
Source Code Management

Source Code Management

https://github.com/powertac/powertac-server/

Download visualizer

How to add to project

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

Dependencies

compile (22)

Group / Artifact Type Version
org.powertac : server-interface jar 1.4.4
org.springframework : spring-jms jar 4.3.6.RELEASE
org.apache.activemq : activemq-broker jar 5.14.3
org.apache.activemq : activemq-pool jar 5.14.3
org.springframework : spring-webmvc jar 4.3.6.RELEASE
org.springframework.webflow : spring-faces jar 2.4.4.RELEASE
org.springframework.security : spring-security-core jar 4.2.1.RELEASE
org.springframework.security : spring-security-config jar 4.2.1.RELEASE
org.springframework.security : spring-security-web jar 4.2.1.RELEASE
javax.inject : javax.inject jar 1
javax.servlet : jstl jar 1.2
com.sun.faces : jsf-api jar 2.2.12
com.sun.faces : jsf-impl jar 2.2.12
org.primefaces : primefaces jar 5.3
org.primefaces.themes » south-street jar 1.0.10
com.google.code.gson : gson jar 2.3.1
org.atmosphere : atmosphere-runtime jar 2.4.0
javax.validation : validation-api jar 1.1.0.Final
org.hibernate : hibernate-validator jar 5.2.1.Final
commons-lang : commons-lang jar 2.6
commons-fileupload : commons-fileupload jar 1.3.1
org.powertac : common jar 1.4.3

provided (3)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0
javax.servlet.jsp : jsp-api jar 2.2
javax.el : javax.el-api jar 3.0.0

runtime (1)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-web jar 2.7

test (2)

Group / Artifact Type Version
org.mockito : mockito-core jar 2.7.5
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Power TAC Simulation Server

Join the chat at https://gitter.im/powertac/powertac-server

Introduction

Power TAC is a competitive simulation designed to support the study of retail electric power markets, especially as they relate to managing distributed renewable power sources. For more information, see http://www.powertac.org.

Getting Started

Go to the Power TAC developer's wiki at https://github.com/powertac/powertac-server/wiki for information on design, development, and deployment of the Power TAC simulation server.

PowerTAC Continuous Integration Server

PowerTAC is automatically built by Travis CI on new commits and pull requests. Furthermore, maven reports are generated for releases (tags) and commits to the master branch. These reports can subsequently be found at

https://powertac.github.io/index.html

These reports include the JavaDocs, at

https://powertac.github.io/master/apidocs/index.html (replace master with a specific tag if you want a particular release).

Module structure

This is a multi-module structure, using maven for dependency management and build automation. This module is the root. It contains the parent pom, which specifies dependencies and builds all the modules. All the source code is in the individual modules in subdirectories. A maven build at this level will build the modules in all the subdirectories. To populate a development environment, simply clone this repo. To view/modify the code, you can import submodules into your development environment as separate maven modules.

Note that this module depends on core modules in the powertac-core repo. The sample broker is also in a separate repo.

org.powertac

Competitive Simulation of Retail Electric Power Markets

Versions

Version
1.4.4
1.4.3
1.4.2
1.4.1
1.3.3
1.3.2
1.3.1
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.6.3
0.6.2
0.6.1
0.5.1
0.5.0