Files download
File Operation
api-0.0.1-DEV.pom download
Apache Maven
<dependency>
  <groupId>com.facebook</groupId>
  <artifactId>api</artifactId>
  <version>0.0.1-DEV</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.facebook:api:0.0.1-DEV'
Gradle Kotlin
implementation("com.facebook:api:0.0.1-DEV")
Scala SBT
libraryDependencies += "com.facebook" % "api" % "0.0.1-DEV"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook', module='api', version='0.0.1-DEV')
)
Apache Ivy
<dependency org="com.facebook" name="api" rev="0.0.1-DEV" />
Leiningen
[com.facebook/api "0.0.1-DEV"]
Apache Buildr
'com.facebook:api:jar:0.0.1-DEV'
Dependencies
The project has no third-party dependencies