is not current version
Last Version 1.0.1

com.actiontestscript:amf 1.0.0

Amf deserializer used by ats-core component to share data

GroupId

GroupId

com.actiontestscript
ArtifactId

ArtifactId

amf
Version

Version

1.0.0
Type

Type

jar

Download amf 1.0.0


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