| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.powertac |
| Идентификатор | Идентификаторpowertac-parent |
| Последняя версия | Последняя версия1.8.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеPower TAC parent
Properties, plugin- and dependency management for Power TAC
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| powertac-parent-1.8.0.pom | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.powertac/powertac-parent/ -->
<dependency>
<groupId>org.powertac</groupId>
<artifactId>powertac-parent</artifactId>
<version>1.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.powertac/powertac-parent/
implementation 'org.powertac:powertac-parent:1.8.0'
// https://jarcasting.com/artifacts/org.powertac/powertac-parent/
implementation ("org.powertac:powertac-parent:1.8.0")
'org.powertac:powertac-parent:pom:1.8.0'
<dependency org="org.powertac" name="powertac-parent" rev="1.8.0">
<artifact name="powertac-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.powertac', module='powertac-parent', version='1.8.0')
)
libraryDependencies += "org.powertac" % "powertac-parent" % "1.8.0"
[org.powertac/powertac-parent "1.8.0"]