License |
License |
---|---|
GroupId | GroupIdcom.facebook |
ArtifactId | ArtifactIdapi |
Last Version | Last Version0.0.1-DEV |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDiffKt
Automatic differentiation in Kotlin
|
Filename | Size |
---|---|
api-0.0.1-DEV.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook/api/ -->
<dependency>
<groupId>com.facebook</groupId>
<artifactId>api</artifactId>
<version>0.0.1-DEV</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook/api/
implementation 'com.facebook:api:0.0.1-DEV'
// https://jarcasting.com/artifacts/com.facebook/api/
implementation ("com.facebook:api:0.0.1-DEV")
'com.facebook:api:pom:0.0.1-DEV'
<dependency org="com.facebook" name="api" rev="0.0.1-DEV">
<artifact name="api" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.facebook', module='api', version='0.0.1-DEV')
)
libraryDependencies += "com.facebook" % "api" % "0.0.1-DEV"
[com.facebook/api "0.0.1-DEV"]