| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.facebook | 
    
| ArtifactId | ArtifactIdfacebook-oss-pom | 
    
| Version | Version13 | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionfacebook-oss-pom 
            Parent POM for Facebook open source java projects that should be distributed through the central Maven repository using oss.sonatype.org 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| facebook-oss-pom-13.pom | 47 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.facebook/facebook-oss-pom/ -->
<dependency>
    <groupId>com.facebook</groupId>
    <artifactId>facebook-oss-pom</artifactId>
    <version>13</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.facebook/facebook-oss-pom/
implementation 'com.facebook:facebook-oss-pom:13'
                // https://jarcasting.com/artifacts/com.facebook/facebook-oss-pom/
implementation ("com.facebook:facebook-oss-pom:13")
                'com.facebook:facebook-oss-pom:pom:13'
                <dependency org="com.facebook" name="facebook-oss-pom" rev="13">
  <artifact name="facebook-oss-pom" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.facebook', module='facebook-oss-pom', version='13')
)
                libraryDependencies += "com.facebook" % "facebook-oss-pom" % "13"
                [com.facebook/facebook-oss-pom "13"]