vulkan4j
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>tech.icey</groupId> <artifactId>vulkan4j</artifactId> <version>0.2.2</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>tech.icey</groupId> <artifactId>vulkan4j</artifactId> <version>0.2.2</version> <name>vulkan4j</name> <description>Java bindings for Vulkan using Project Panama</description> <url>https://github.com/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>Chuigda Whitegive</name> <email>icey@icey.tech</email> <organization>7th General Design Group</organization> <organizationUrl>https://self.icey.tech</organizationUrl> </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/chuigda/vulkan4j</url> </scm> <dependencies> <dependency> <groupId>tech.icey</groupId> <artifactId>panama-plus</artifactId> <version>0.1.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>24.0.0</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>