LangPlatformAPI implentation of at.jddev0.lang:lang-interpreter for the Java Swing GUI library
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'
- Execute the following command
./gradlew publishToMavenLocal
mavenLocal()
must be in therepositories
section of thebuild.gradle
file of the project you'd like to use the locally compiled version.