| Categories | 
                CategoriesNet | 
        
|---|---|
| GroupId | GroupIdcom.radiusnetworks.flybuy | 
    
| ArtifactId | ArtifactIdcore | 
    
| Version | Version2.2.0-beta02 | 
        
| Type | Typeaar | 
    
| Filename | Size | 
|---|---|
| core-2.2.0-beta02.pom | |
| core-2.2.0-beta02-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.radiusnetworks.flybuy/core/ -->
<dependency>
    <groupId>com.radiusnetworks.flybuy</groupId>
    <artifactId>core</artifactId>
    <version>2.2.0-beta02</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.radiusnetworks.flybuy/core/
implementation 'com.radiusnetworks.flybuy:core:2.2.0-beta02'
                // https://jarcasting.com/artifacts/com.radiusnetworks.flybuy/core/
implementation ("com.radiusnetworks.flybuy:core:2.2.0-beta02")
                'com.radiusnetworks.flybuy:core:aar:2.2.0-beta02'
                <dependency org="com.radiusnetworks.flybuy" name="core" rev="2.2.0-beta02">
  <artifact name="core" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.radiusnetworks.flybuy', module='core', version='2.2.0-beta02')
)
                libraryDependencies += "com.radiusnetworks.flybuy" % "core" % "2.2.0-beta02"
                [com.radiusnetworks.flybuy/core "2.2.0-beta02"]