opencl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>club.doki7</groupId>
<artifactId>opencl</artifactId>
<version>0.4.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>club.doki7</groupId>
<artifactId>opencl</artifactId>
<version>0.4.4</version>
<name>opencl</name>
<description>OpenCL Java bindings implemented with Java 22 FFM (Project Panama) API</description>
<url>https://github/chuigda/vulkan4j</url>
<licenses>
<license>
<name>The 3-Clause BSD License</name>
<url>https://opensource.org/licenses/BSD-3-Clause</url>
</license>
</licenses>
<developers>
<developer>
<name>Hoshino Tented</name>
<email>hoshinotented@qq.com</email>
<organization>Doki Doki 7th Design Club!</organization>
</developer>
<developer>
<name>Chuigda Whitegive</name>
<email>chuigda@doki7.club</email>
<organization>Doki Doki 7th Design Club!</organization>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/chuigda/vulkan4j.git</connection>
<developerConnection>scm:git:ssh://github.com:chuigda/vulkan4j.git</developerConnection>
<url>https://github.com/club-doki7/vulkan4j</url>
</scm>
<dependencies>
<dependency>
<groupId>club.doki7</groupId>
<artifactId>ffm-plus</artifactId>
<version>0.2.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>club.doki7</groupId>
<artifactId>vulkan</artifactId>
<version>0.4.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>26.0.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.6.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>