License |
License |
---|---|
Categories |
CategoriesDeeplearning4j Business Logic Libraries Machine Learning |
GroupId | GroupIdorg.deeplearning4j |
ArtifactId | ArtifactIdhadoop-yarn |
Last Version | Last Version0.4-rc3.8 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDeepLearning for java
|
Filename | Size |
---|---|
hadoop-yarn-0.4-rc3.8.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.deeplearning4j/hadoop-yarn/ -->
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>hadoop-yarn</artifactId>
<version>0.4-rc3.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.deeplearning4j/hadoop-yarn/
implementation 'org.deeplearning4j:hadoop-yarn:0.4-rc3.8'
// https://jarcasting.com/artifacts/org.deeplearning4j/hadoop-yarn/
implementation ("org.deeplearning4j:hadoop-yarn:0.4-rc3.8")
'org.deeplearning4j:hadoop-yarn:pom:0.4-rc3.8'
<dependency org="org.deeplearning4j" name="hadoop-yarn" rev="0.4-rc3.8">
<artifact name="hadoop-yarn" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.deeplearning4j', module='hadoop-yarn', version='0.4-rc3.8')
)
libraryDependencies += "org.deeplearning4j" % "hadoop-yarn" % "0.4-rc3.8"
[org.deeplearning4j/hadoop-yarn "0.4-rc3.8"]