GithubHelp home page GithubHelp logo

aaloise / quarkus-groovy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from quarkiverse/quarkus-groovy

0.0 0.0 0.0 379 KB

Groovy support in Quarkus

Home Page: https://groovy.apache.org/

License: Apache License 2.0

Java 29.71% Groovy 69.10% Kotlin 0.03% HTML 1.16%

quarkus-groovy's Introduction

Quarkus Groovy

All Contributors

Build License Central

Quarkus Groovy is a Quarkus extension allowing to write Quarkus 3.3 applications in Groovy 4.0.

With Maven, add the following dependency to your pom.xml to get started:

<dependency>
    <groupId>io.quarkiverse.groovy</groupId>
    <artifactId>quarkus-groovy</artifactId>
    <version>${quarkusGroovyVersion}</version>
</dependency>

Or with Gradle, add the following dependency to your build.gradle:

implementation "io.quarkiverse.groovy:quarkus-groovy:${quarkusGroovyVersion}"

For more information and quickstart, you can check the complete documentation.

Build

To build the extension, the requirements are the following:

  • Java 11+
  • Maven 3.8+
  • Docker 23+
  • GraalVM 22.3.1+ (optional)

To quickly build the extension with all the tests and validators disabled:

$ mvn -Dquickly

To build the extension with all the tests for the JVM mode and the validators enabled:

$ mvn clean install

To build the extension with everything enabled when GraalVM is installed on the local machine:

$ mvn clean install -Dnative

To build the extension with everything enabled when GraalVM is not installed on the local machine:

$ mvn clean install -Dnative -Dquarkus.native.container-build

Contributors ✨

This project follows the all-contributors specification. Contributions of any kind are welcome!

Nicolas Filotto
Nicolas Filotto

💻 🚧
Fernando Henrique
Fernando Henrique

📖
Ivan Milosavljević
Ivan Milosavljević

📖
George Gastaldi
George Gastaldi

💻

quarkus-groovy's People

Contributors

essobedo avatar dependabot[bot] avatar actions-user avatar gastaldi avatar allcontributors[bot] avatar fernando88to avatar thejavaguy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.