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