Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lang-programming/lang-platform-api-swing

LangPlatformAPI implentation of at.jddev0.lang:lang-interpreter for the Java Swing GUI library
https://github.com/lang-programming/lang-platform-api-swing

Last synced: 28 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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

## Use as dependency

**Maven**
```xml

at.jddev0.lang
lang-platform-api-swing
1.0.0-beta-09

```
**Gradle**
```groovy
implementation 'at.jddev0.lang:lang-platform-api-swing:1.0.0-beta-09'
```

## Build from Source

- Execute the following command
```bash
./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.