waml-report-io
Short Description
waml-report-io provides (de-)serialization of web automation markup language reports for java.
References
Refer to the changelog for recent notable changes and modifications.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
| Группа | Группаwebsite.automate |
| Идентификатор | Идентификаторwaml-report-io |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеwebsite.automate:waml-report-io
(De)Serializer of the web automation markup language (WAML) reports for Java
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| waml-report-io-1.0.0.pom | |
| waml-report-io-1.0.0.jar | 20 KB |
| waml-report-io-1.0.0-sources.jar | 11 KB |
| waml-report-io-1.0.0-javadoc.jar | 127 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/website.automate/waml-report-io/ -->
<dependency>
<groupId>website.automate</groupId>
<artifactId>waml-report-io</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/website.automate/waml-report-io/
implementation 'website.automate:waml-report-io:1.0.0'
// https://jarcasting.com/artifacts/website.automate/waml-report-io/
implementation ("website.automate:waml-report-io:1.0.0")
'website.automate:waml-report-io:jar:1.0.0'
<dependency org="website.automate" name="waml-report-io" rev="1.0.0">
<artifact name="waml-report-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='website.automate', module='waml-report-io', version='1.0.0')
)
libraryDependencies += "website.automate" % "waml-report-io" % "1.0.0"
[website.automate/waml-report-io "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| website.automate : waml-io | jar | 1.0.0 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.7.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.7.1-1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| commons-io : commons-io | jar | 2.4 |
waml-report-io provides (de-)serialization of web automation markup language reports for java.
Refer to the changelog for recent notable changes and modifications.