luajit-platform
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>party.iroiro.luajava</groupId> <artifactId>luajit-platform</artifactId> <version>4.0.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>party.iroiro.luajava</groupId> <artifactId>luajit-platform</artifactId> <version>4.0.2</version> <packaging>pom</packaging> <name>LuaJIT Native Libraries</name> <description>LuaJIT for Java</description> <url>https://github.com/gudzpoz/luajava</url> <licenses> <license> <name>The MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>gudzpoz</id> <name>gudzpoz</name> <email>gudzpoz@live.com</email> <url>https://github.com/gudzpoz</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/gudzpoz/luajava.git</connection> <developerConnection>scm:git:git://github.com/gudzpoz/luajava.git</developerConnection> <url>https://github.com/gudzpoz/luajava.git</url> </scm> </project>