p

parentpom

Parent POM for the artifacts for TensorFlow for Java
https://www.tensorflow.org
The Apache Software License, Version 2.0
TensorFlowers
Files download
File Operation
parentpom-1.2.1.pom download
Apache Maven
<dependency>
  <groupId>org.tensorflow</groupId>
  <artifactId>parentpom</artifactId>
  <version>1.2.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.tensorflow:parentpom:1.2.1'
Gradle Kotlin
implementation("org.tensorflow:parentpom:1.2.1")
Scala SBT
libraryDependencies += "org.tensorflow" % "parentpom" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.tensorflow', module='parentpom', version='1.2.1')
)
Apache Ivy
<dependency org="org.tensorflow" name="parentpom" rev="1.2.1" />
Leiningen
[org.tensorflow/parentpom "1.2.1"]
Apache Buildr
'org.tensorflow:parentpom:jar:1.2.1'
Dependencies
The project has no third-party dependencies