Files download
File Operation
luajlpath-1.0.jar download
luajlpath-1.0.pom download
luajlpath-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.alexanderschuetz97</groupId>
  <artifactId>luajlpath</artifactId>
  <version>1.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.github.alexanderschuetz97:luajlpath:1.0'
Gradle Kotlin
implementation("io.github.alexanderschuetz97:luajlpath:1.0")
Scala SBT
libraryDependencies += "io.github.alexanderschuetz97" % "luajlpath" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.alexanderschuetz97', module='luajlpath', version='1.0')
)
Apache Ivy
<dependency org="io.github.alexanderschuetz97" name="luajlpath" rev="1.0" />
Leiningen
[io.github.alexanderschuetz97/luajlpath "1.0"]
Apache Buildr
'io.github.alexanderschuetz97:luajlpath:jar:1.0'