GroupId | GroupIdcom.actiontestscript |
---|---|
ArtifactId | ArtifactIdamf |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
amf-1.0.0.pom | |
amf-1.0.0.jar | 116 KB |
amf-1.0.0-sources.jar | 84 KB |
amf-1.0.0-javadoc.jar | 753 KB |
Browse |
<!-- 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"]