tensorflow-proto
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>xyz.codemeans.tensorflow4j</groupId>
<artifactId>tensorflow-proto</artifactId>
<version>1.12.0</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="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>xyz.codemeans.tensorflow4j</groupId>
<artifactId>tensorflow-proto</artifactId>
<version>1.12.0</version>
<name>TensorFlow4j</name>
<description>A Java Library for Protobuf in TensorFlow and TensorFlow-Serving</description>
<url>https://github.com/YuanWenqing/tensorflow4j</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>yuanwq</id>
<name>YuanWenqing</name>
<email>ywq8876@163.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com:YuanWenqing/tensorflow4j.git</connection>
<developerConnection>scm:git:ssh://github.com:YuanWenqing/tensorflow4j.git</developerConnection>
<url>https://github.com/YuanWenqing/tensorflow4j</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.6.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.18.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.18.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>