p

prototype

A small library for loading prototypes from lua files in java.
https://github.com/CleverElephant/Prototype
MIT
Benjamin Wied
Files download
File Operation
prototype-0.3.0.jar download
prototype-0.3.0.pom download
prototype-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.cleverelephant</groupId>
  <artifactId>prototype</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.cleverelephant:prototype:0.3.0'
Gradle Kotlin
implementation("io.github.cleverelephant:prototype:0.3.0")
Scala SBT
libraryDependencies += "io.github.cleverelephant" % "prototype" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.cleverelephant', module='prototype', version='0.3.0')
)
Apache Ivy
<dependency org="io.github.cleverelephant" name="prototype" rev="0.3.0" />
Leiningen
[io.github.cleverelephant/prototype "0.3.0"]
Apache Buildr
'io.github.cleverelephant:prototype:jar:0.3.0'