Skip to content

gradle

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

Package Information

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

Installation

bash
# Install with launchpad
launchpad install gradle

Programs

This package provides the following executable programs:

  • gradle

Available Versions

Show all 21 versions
  • 9.0.0, 8.14.3, 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.6
  • 7.6.5

Latest Version: 9.0.0

Install Specific Version

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

Dependencies

This package depends on:

  • openjdk.org

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.gradle

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.