Skip to content

GitHub Action to setup Apache Jena

License

Notifications You must be signed in to change notification settings

foooomio/setup-jena

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

setup-jena

GitHub Action to setup Apache Jena

Usage

runs-on: ubuntu-latest
steps:
  - uses: actions/checkout@v6
  - uses: actions/setup-java@v5
    with:
      distribution: temurin
      java-version: 21
  - uses: foooomio/setup-jena@v4
    with:
      # The version of Apache Jena to be installed
      # Examples: 5.x, 5.6.0, latest
      # Default: latest
      jena-version: latest
  - run: sparql --version

License

MIT License

About

GitHub Action to setup Apache Jena

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors