Skip to content

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

License

Notifications You must be signed in to change notification settings

lang-programming/lang-platform-api-swing

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages