ats-amf-serialization

Amf deserializer used by ats-core component to share data

License

License

GroupId

GroupId

com.actiontestscript
ArtifactId

ArtifactId

amf
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

ats-amf-serialization
Amf deserializer used by ats-core component to share data
Project URL

Project URL

https://gitlab.com/actiontestscript/ats-amf
Source Code Management

Source Code Management

https://gitlab.com/actiontestscript/ats-amf.git

Download amf

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.2
commons-beanutils : commons-beanutils jar 1.9.4

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0