| Группа | Группаorg.nd4j |
|---|---|
| Идентификатор | Идентификаторjcuda-parent |
| Версия | Версия5.5 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| jcuda-parent-5.5.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.nd4j/jcuda-parent/ -->
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>jcuda-parent</artifactId>
<version>5.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nd4j/jcuda-parent/
implementation 'org.nd4j:jcuda-parent:5.5'
// https://jarcasting.com/artifacts/org.nd4j/jcuda-parent/
implementation ("org.nd4j:jcuda-parent:5.5")
'org.nd4j:jcuda-parent:pom:5.5'
<dependency org="org.nd4j" name="jcuda-parent" rev="5.5">
<artifact name="jcuda-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nd4j', module='jcuda-parent', version='5.5')
)
libraryDependencies += "org.nd4j" % "jcuda-parent" % "5.5"
[org.nd4j/jcuda-parent "5.5"]