Skip to content

gradle.org

Open-source build automation tool based on the Groovy and Kotlin DSL

Package Information

  • Domain: gradle.org
  • Name: gradle.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install gradle

Programs

This package provides the following executable programs:

  • gradle

Aliases

This package can also be accessed using these aliases:

  • gradle

Available Versions

Show all 18 versions
  • 8.14.2, 8.14.1, 8.14.0, 8.13.0, 8.12.1
  • 8.12.0, 8.11.1, 8.11.0, 8.10.2, 8.10.1
  • 8.10.0, 8.9.0, 8.8.0, 8.7.0, 8.6.0
  • 8.5.0, 8.2.1, 7.6.5

Latest Version: 8.14.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +gradle.org@8.14.2 -- $SHELL -i

Dependencies

This package depends on:

  • openjdk.org

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.gradleorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.