Power TAC server master

Dependencies and structure for all powertac server modules

Лицензия

Лицензия

Группа

Группа

org.powertac
Идентификатор

Идентификатор

server-master
Последняя версия

Последняя версия

1.3.3
Дата

Дата

Тип

Тип

pom
Описание

Описание

Power TAC server master
Dependencies and structure for all powertac server modules
Ссылка на сайт

Ссылка на сайт

http://www.powertac.org
Организация-разработчик

Организация-разработчик

Power TAC
Система контроля версий

Система контроля версий

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

Скачать server-master

Имя Файла Размер
server-master-1.3.3.pom 6 KB
Обзор

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.powertac : common jar 1.3.3

test (3)

Идентификатор библиотеки Тип Версия
org.mockito : mockito-all jar 1.10.19
junit : junit jar 4.12
org.springframework : spring-test jar 4.2.3.RELEASE

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.3.3
1.3.2
1.3.1
1.2.2
1.2.0
1.1.0
1.0.1
1.0.0
0.6.3
0.6.1
0.5.0
0.2.0
0.1.1
0.1.0