License |
License |
---|---|
GroupId | GroupIdcom.actiontestscript |
ArtifactId | ArtifactIdamf |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionats-amf-serialization
Amf deserializer used by ats-core component to share data
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
amf-1.0.1.pom | |
amf-1.0.1.jar | 116 KB |
amf-1.0.1-sources.jar | 84 KB |
amf-1.0.1-javadoc.jar | 754 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.2 |
commons-beanutils : commons-beanutils | jar | 1.9.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |