Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 656 Bytes

File metadata and controls

25 lines (21 loc) · 656 Bytes

lang-platform-api-swing

LangPlatformAPI implentation of at.jddev0.lang:lang-interpreter for the Java Swing GUI library

Use as dependency

Maven

<dependency>
    <groupId>at.jddev0.lang</groupId>
    <artifactId>lang-platform-api-swing</artifactId>
    <version>1.0.0-beta-09</version>
</dependency>

Gradle

implementation 'at.jddev0.lang:lang-platform-api-swing:1.0.0-beta-09'

Build from Source

  • Execute the following command
./gradlew publishToMavenLocal
  • mavenLocal() must be in the repositories section of the build.gradle file of the project you'd like to use the locally compiled version.