https://github.com/astrapi69/runtime-compiler
Utility library for compiling java code ad-hoc
https://github.com/astrapi69/runtime-compiler
Last synced: 10 months ago
JSON representation
Utility library for compiling java code ad-hoc
- Host: GitHub
- URL: https://github.com/astrapi69/runtime-compiler
- Owner: astrapi69
- License: mit
- Created: 2016-08-07T15:27:04.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2021-03-17T15:43:36.000Z (almost 5 years ago)
- Last Synced: 2024-10-12T11:16:14.306Z (over 1 year ago)
- Language: Java
- Size: 104 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Overview
[](https://travis-ci.org/astrapi69/runtime-compiler)
[](https://github.com/astrapi69/runtime-compiler/issues)
[](https://maven-badges.herokuapp.com/maven-central/io.github.astrapi69/runtime-compiler)
[](http://www.javadoc.io/doc/io.github.astrapi69/runtime-compiler)
[](http://opensource.org/licenses/MIT)
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GVBTWLRAZ7HB8)
The runtime-compiler project is a utility library for compiling java code ad-hoc.
If you like this project put a ⭐ and donate
## License
The source code comes under the liberal MIT License, making runtime-compiler great for all types of
applications.
## Maven dependency
Maven dependency is now on sonatype. Check
out [sonatype repository](https://oss.sonatype.org/index.html#nexus-search;gav~io.github.astrapi69~runtime-compiler~~~)
for latest snapshots and releases.
Add the following maven dependency to your project `pom.xml` if you want to import the core
functionality of runtime-compiler:
Than you can add the dependency to your dependencies:
...
1.3
...
...
...
io.github.astrapi69
runtime-compiler
${runtime-compiler.version}
...
## gradle dependency
You can first define the version in the ext section and add than the following gradle dependency to
your project `build.gradle` if you want to import the core functionality of runtime-compiler:
define version in file gradle.properties
```
runtimeCompilerVersion=1.3
```
or in build.gradle ext area
```
ext {
...
runtimeCompilerVersion = "1.3"
...
}
```
and than add the dependency to the dependencies area
```
dependencies {
...
implementation("io.github.astrapi69:runtime-compiler:$runtimeCompilerVersion")
...
}
```
## Semantic Versioning
The versions of runtime-compiler are maintained with the Simplified Semantic Versioning guidelines.
Release version numbers will be incremented in the following format:
`..`
For detailed information on versioning for this project you can visit
this [wiki page](https://github.com/lightblueseas/mvn-parent-projects/wiki/Simplified-Semantic-Versioning)
.
## Want to Help and improve it? ###
The source code for runtime-compiler are on GitHub. Please feel free to fork and send pull requests!
Create your own fork
of [astrapi69/runtime-compiler/fork](https://github.com/astrapi69/runtime-compiler/fork)
To share your
changes, [submit a pull request](https://github.com/astrapi69/runtime-compiler/pull/new/develop).
Don't forget to add new units tests on your changes.
## Contacting the Developers
Do not hesitate to contact the runtime-compiler developers with your questions, concerns, comments,
bug reports, or feature requests.
- Feature requests, questions and bug reports can be reported at
the [issues page](https://github.com/astrapi69/runtime-compiler/issues).
## Note
No animals were harmed in the making of this library.
# Donations
This project is kept as an open source product and relies on contributions to remain being
developed. If you like this project, please consider a donation through
paypal:
or over bitcoin or bitcoin-cash with:
36JxRRDfRazLNqUV6NsywCw1q7TK38ukpC
or over ether with:
0x588Aa02De98B1Ef70afeDC3ec5290130a3E5e273
## Credits
|Travis CI| |:-:| ||
|Many thanks to [Travis CI](https://travis-ci.org) for providing a free continuous integration
service for open source projects.|