Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lang-programming/lang-platform-api-swing
- Owner: lang-programming
- License: mit
- Created: 2023-09-27T17:53:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-13T17:09:50.000Z (4 months ago)
- Last Synced: 2024-09-14T08:05:40.296Z (4 months ago)
- Language: Java
- Size: 72.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**
```xmlat.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.