MVN

com.soywiz.korlibs.luak : luak-metadata

Maven & Gradle

Mar 11, 2021
43 stars

luak · Port of luaj to Kotlin Common

<dependency>
    <groupId>com.soywiz.korlibs.luak</groupId>
    <artifactId>luak-metadata</artifactId>
    <version>2.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.soywiz.korlibs.luak : luak-metadata to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.7

All Versions

Choose a version of com.soywiz.korlibs.luak : luak-metadata to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
luak-metadata-2.0.7

How to add a dependency to Maven

Add the following com.soywiz.korlibs.luak : luak-metadata maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.soywiz.korlibs.luak</groupId>
    <artifactId>luak-metadata</artifactId>
    <version>2.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.soywiz.korlibs.luak : luak-metadata gradle dependency to your build.gradle file:

implementation 'com.soywiz.korlibs.luak:luak-metadata:2.0.7'

Gradle Kotlin DSL: Add the following com.soywiz.korlibs.luak : luak-metadata gradle kotlin dependency to your build.gradle.kts file:

implementation("com.soywiz.korlibs.luak:luak-metadata:2.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.soywiz.korlibs.luak : luak-metadata sbt scala dependency to your build.sbt file:

libraryDependencies += "com.soywiz.korlibs.luak" % "luak-metadata" % "2.0.7"