tfexample-derive_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.spotify</groupId>
<artifactId>tfexample-derive_2.13</artifactId>
<version>0.2.5</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.spotify</groupId>
<artifactId>tfexample-derive_2.13</artifactId>
<packaging>jar</packaging>
<description>Provides compile-time derivation of conversions between Scala case classes and Tensorflow Example protcol buffers</description>
<url>https://github.com/spotify/tfexample-derive</url>
<version>0.2.5</version>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>core</name>
<organization>
<name>com.spotify</name>
<url>https://github.com/spotify/tfexample-derive</url>
</organization>
<scm>
<url>https://github.com/spotify/tfexample-derive.git</url>
<connection>scm:git:git@github.com:spotify/tfexample-derive.git</connection>
</scm>
<developers>
<developer>
<id>andrewsmartin</id>
<name>Andrew Martin</name>
<url>https://twitter.com/andrew_martin92</url>
<email>andrewsmartin.mg@gmail.com</email>
</developer>
<developer>
<id>daikeshi</id>
<name>Keshi Dai</name>
<url>https://twitter.com/daikeshi</url>
<email>keshi.dai@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.1</version>
</dependency>
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>proto</artifactId>
<version>1.15.0</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.propensive</groupId>
<artifactId>magnolia_2.13</artifactId>
<version>0.12.2</version>
</dependency>
</dependencies>
</project>