GroupId | GroupIdcom.exadel.flamingo.flex |
---|---|
ArtifactId | ArtifactIdamf-serializer |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
amf-serializer-1.0.0.pom | |
amf-serializer-1.0.0.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.exadel.flamingo.flex/amf-serializer/ -->
<dependency>
<groupId>com.exadel.flamingo.flex</groupId>
<artifactId>amf-serializer</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.exadel.flamingo.flex/amf-serializer/
implementation 'com.exadel.flamingo.flex:amf-serializer:1.0.0'
// https://jarcasting.com/artifacts/com.exadel.flamingo.flex/amf-serializer/
implementation ("com.exadel.flamingo.flex:amf-serializer:1.0.0")
'com.exadel.flamingo.flex:amf-serializer:jar:1.0.0'
<dependency org="com.exadel.flamingo.flex" name="amf-serializer" rev="1.0.0">
<artifact name="amf-serializer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.exadel.flamingo.flex', module='amf-serializer', version='1.0.0')
)
libraryDependencies += "com.exadel.flamingo.flex" % "amf-serializer" % "1.0.0"
[com.exadel.flamingo.flex/amf-serializer "1.0.0"]