| GroupId | GroupIdgroup.rxcloud | 
    
|---|---|
| ArtifactId | ArtifactIdcapa-serializer | 
    
| Version | Version1.0.3.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/group.rxcloud/capa-serializer/ -->
<dependency>
    <groupId>group.rxcloud</groupId>
    <artifactId>capa-serializer</artifactId>
    <version>1.0.3.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/group.rxcloud/capa-serializer/
implementation 'group.rxcloud:capa-serializer:1.0.3.RELEASE'
                // https://jarcasting.com/artifacts/group.rxcloud/capa-serializer/
implementation ("group.rxcloud:capa-serializer:1.0.3.RELEASE")
                'group.rxcloud:capa-serializer:jar:1.0.3.RELEASE'
                <dependency org="group.rxcloud" name="capa-serializer" rev="1.0.3.RELEASE">
  <artifact name="capa-serializer" type="jar" />
</dependency>
                @Grapes(
@Grab(group='group.rxcloud', module='capa-serializer', version='1.0.3.RELEASE')
)
                libraryDependencies += "group.rxcloud" % "capa-serializer" % "1.0.3.RELEASE"
                [group.rxcloud/capa-serializer "1.0.3.RELEASE"]