| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.jocl |
| Идентификатор | Идентификаторjocl |
| Версия | Версия2.0.4 |
| Тип | Типjar |
| Описание |
ОписаниеJOCL
Java bindings for OpenCL
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| jocl-2.0.4.pom | |
| jocl-2.0.4.jar | 344 KB |
| jocl-2.0.4-sources.jar | 168 KB |
| jocl-2.0.4-javadoc.jar | 339 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jocl/jocl/ -->
<dependency>
<groupId>org.jocl</groupId>
<artifactId>jocl</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jocl/jocl/
implementation 'org.jocl:jocl:2.0.4'
// https://jarcasting.com/artifacts/org.jocl/jocl/
implementation ("org.jocl:jocl:2.0.4")
'org.jocl:jocl:jar:2.0.4'
<dependency org="org.jocl" name="jocl" rev="2.0.4">
<artifact name="jocl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jocl', module='jocl', version='2.0.4')
)
libraryDependencies += "org.jocl" % "jocl" % "2.0.4"
[org.jocl/jocl "2.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |