Gradle Curl Plugin

A Gradle plugin to perform various curl functions.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.figurate
ArtifactId

ArtifactId

gradle-curl-plugin
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Gradle Curl Plugin
A Gradle plugin to perform various curl functions.
Project URL

Project URL

http://figurate.org/
Source Code Management

Source Code Management

https://github.com/figurate/figurate-gradle

Download gradle-curl-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/org.figurate/gradle-curl-plugin/ -->
<dependency>
    <groupId>org.figurate</groupId>
    <artifactId>gradle-curl-plugin</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.figurate/gradle-curl-plugin/
implementation 'org.figurate:gradle-curl-plugin:1.0.0'
// https://jarcasting.com/artifacts/org.figurate/gradle-curl-plugin/
implementation ("org.figurate:gradle-curl-plugin:1.0.0")
'org.figurate:gradle-curl-plugin:jar:1.0.0'
<dependency org="org.figurate" name="gradle-curl-plugin" rev="1.0.0">
  <artifact name="gradle-curl-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.figurate', module='gradle-curl-plugin', version='1.0.0')
)
libraryDependencies += "org.figurate" % "gradle-curl-plugin" % "1.0.0"
[org.figurate/gradle-curl-plugin "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 2.4.4

test (2)

Group / Artifact Type Version
cglib : cglib-nodep jar 3.1
org.spockframework : spock-core jar 1.0-groovy-2.4

Project Modules

There are no modules declared in this project.

figurate-gradle

![Gitter](https://badges.gitter.im/Join Chat.svg)

A collection of custom gradle plugins

  • gradle-figurate-plugin - manage OSGi bundles and build application runtime configurations
  • gradle-constellations-plugin - manage constellations of OSGi bundles as configurations
  • gradle-keytool-plugin - keytool operations with sensible defaults
  • gradle-curl-plugin - curl operations with sensible defaults
  • gradle-openssl-plugin - openssl operations with sensible defaults
  • gradle-api-plugin - provide access to various well-known APIs (eg. cloud services, authentication, publish, etc.)
org.figurate

Figurate

Tools for composable architectures.

Versions

Version
1.0.0
1.0-alpha1