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

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

Awesome Lists containing this project

README

          

# Overview

[![Build Status](https://travis-ci.org/astrapi69/runtime-compiler.svg?branch=master)](https://travis-ci.org/astrapi69/runtime-compiler)
[![Open Issues](https://img.shields.io/github/issues/astrapi69/runtime-compiler.svg?style=flat)](https://github.com/astrapi69/runtime-compiler/issues)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.astrapi69/runtime-compiler/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.astrapi69/runtime-compiler)
[![Javadocs](http://www.javadoc.io/badge/io.github.astrapi69/runtime-compiler.svg)](http://www.javadoc.io/doc/io.github.astrapi69/runtime-compiler)
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](http://opensource.org/licenses/MIT)
[![Donate](https://img.shields.io/badge/donate-❤-ff2244.svg)](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:
PayPal this

or over bitcoin or bitcoin-cash with:

36JxRRDfRazLNqUV6NsywCw1q7TK38ukpC

or over ether with:

0x588Aa02De98B1Ef70afeDC3ec5290130a3E5e273

or over
flattr:
Flattr this

## Credits

|Travis CI| |:-:| |![Travis CI](https://travis-ci.com/images/logos/TravisCI-Full-Color.png)|
|Many thanks to [Travis CI](https://travis-ci.org) for providing a free continuous integration
service for open source projects.|