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 gradlePrograms
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.08.13.0,8.12.1,8.12.0,8.11.1,8.11.08.10.2,8.10.1,8.10.0,8.9.0,8.8.08.7.0,8.6.0,8.5.0,8.2.1,7.6.67.6.5
Latest Version: 9.0.0
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) gradle -- $SHELL -iDependencies
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(', ')}`)Links
This documentation was auto-generated from package data.