api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.facebook</groupId>
<artifactId>api</artifactId>
<version>0.0.1-DEV</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.facebook</groupId>
<artifactId>api</artifactId>
<version>0.0.1-DEV</version>
<packaging>pom</packaging>
<name>DiffKt</name>
<description>Automatic differentiation in Kotlin</description>
<url>https://github.com/facebookresearch/diffkt</url>
<licenses>
<license>
<name>MIT-1.0</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>thomasnield</id>
<name>Thomas Nield</name>
<email>thomasnield@live.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/facebookresearch/diffkt</connection>
<developerConnection>scm:git:https://github.com/thomasnield/</developerConnection>
<url>https://github.com/facebookresearch/diffkt</url>
</scm>
</project>