HotSReplayParser
Java implementation of both StormLib and HotSLogs' replay parser
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииNinja Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаninja.eivind.hots |
| Идентификатор | Идентификаторhots-parsing |
| Последняя версия | Последняя версия0.4.0.RELEASE |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеHotS Replay Parser
Parent package for ninja.eivind.hots artifacts
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| hots-parsing-0.4.0.RELEASE.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ninja.eivind.hots/hots-parsing/ -->
<dependency>
<groupId>ninja.eivind.hots</groupId>
<artifactId>hots-parsing</artifactId>
<version>0.4.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ninja.eivind.hots/hots-parsing/
implementation 'ninja.eivind.hots:hots-parsing:0.4.0.RELEASE'
// https://jarcasting.com/artifacts/ninja.eivind.hots/hots-parsing/
implementation ("ninja.eivind.hots:hots-parsing:0.4.0.RELEASE")
'ninja.eivind.hots:hots-parsing:pom:0.4.0.RELEASE'
<dependency org="ninja.eivind.hots" name="hots-parsing" rev="0.4.0.RELEASE">
<artifact name="hots-parsing" type="pom" />
</dependency>
@Grapes(
@Grab(group='ninja.eivind.hots', module='hots-parsing', version='0.4.0.RELEASE')
)
libraryDependencies += "ninja.eivind.hots" % "hots-parsing" % "0.4.0.RELEASE"
[ninja.eivind.hots/hots-parsing "0.4.0.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
Java implementation of both StormLib and HotSLogs' replay parser