waml-io
Short Description
waml-io provides (de-)serialization of Web Automation Markup Language for Java.
License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdwebsite.automate |
ArtifactId | ArtifactIdwaml-io |
Last Version | Last Version2.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwebsite.automate:waml-io
(De)Serializer of the web automation markup language (WAML) for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
waml-io-2.1.3.pom | |
waml-io-2.1.3.jar | 26 KB |
waml-io-2.1.3-sources.jar | 15 KB |
waml-io-2.1.3-javadoc.jar | 182 KB |
Browse |
<!-- https://jarcasting.com/artifacts/website.automate/waml-io/ -->
<dependency>
<groupId>website.automate</groupId>
<artifactId>waml-io</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/website.automate/waml-io/
implementation 'website.automate:waml-io:2.1.3'
// https://jarcasting.com/artifacts/website.automate/waml-io/
implementation ("website.automate:waml-io:2.1.3")
'website.automate:waml-io:jar:2.1.3'
<dependency org="website.automate" name="waml-io" rev="2.1.3">
<artifact name="waml-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='website.automate', module='waml-io', version='2.1.3')
)
libraryDependencies += "website.automate" % "waml-io" % "2.1.3"
[website.automate/waml-io "2.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.9.8 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
commons-io : commons-io | jar | 2.6 |
org.mockito : mockito-all | jar | 1.10.19 |
waml-io provides (de-)serialization of Web Automation Markup Language for Java.