MVN

nl.weeaboo.luajpp2 : luajpp2-core

Maven & Gradle

Jul 22, 2021
2 usages
5 stars

luajpp2-core · Fork of LuaJ with added serialization support

<dependency>
    <groupId>nl.weeaboo.luajpp2</groupId>
    <artifactId>luajpp2-core</artifactId>
    <version>3.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.weeaboo.luajpp2 : luajpp2-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.3

All Versions

Choose a version of nl.weeaboo.luajpp2 : luajpp2-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
luajpp2-core-3.4.3
luajpp2-core-3.4.2
luajpp2-core-3.4.1
luajpp2-core-3.4.0
3.3.x
luajpp2-core-3.3.0

How to add a dependency to Maven

Add the following nl.weeaboo.luajpp2 : luajpp2-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.weeaboo.luajpp2</groupId>
    <artifactId>luajpp2-core</artifactId>
    <version>3.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.weeaboo.luajpp2 : luajpp2-core gradle dependency to your build.gradle file:

implementation 'nl.weeaboo.luajpp2:luajpp2-core:3.4.3'

Gradle Kotlin DSL: Add the following nl.weeaboo.luajpp2 : luajpp2-core gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.weeaboo.luajpp2:luajpp2-core:3.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.weeaboo.luajpp2 : luajpp2-core sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.weeaboo.luajpp2" % "luajpp2-core" % "3.4.3"

Advertisement