upload:groovy-plugin-utils

A set of utility scripts that can be used in community plugins on GitHub.

License

License

Categories

Categories

Groovy Languages
GroupId

GroupId

com.ibm.urbancode.plugins
ArtifactId

ArtifactId

groovy-plugin-utils
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

upload:groovy-plugin-utils
A set of utility scripts that can be used in community plugins on GitHub.
Project URL

Project URL

https://github.com/IBM-UrbanCode/groovy-plugin-utils
Source Code Management

Source Code Management

https://github.com/IBM-UrbanCode/groovy-plugin-utils

Download groovy-plugin-utils

How to add to project

<!-- https://jarcasting.com/artifacts/com.ibm.urbancode.plugins/groovy-plugin-utils/ -->
<dependency>
    <groupId>com.ibm.urbancode.plugins</groupId>
    <artifactId>groovy-plugin-utils</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.urbancode.plugins/groovy-plugin-utils/
implementation 'com.ibm.urbancode.plugins:groovy-plugin-utils:1.2'
// https://jarcasting.com/artifacts/com.ibm.urbancode.plugins/groovy-plugin-utils/
implementation ("com.ibm.urbancode.plugins:groovy-plugin-utils:1.2")
'com.ibm.urbancode.plugins:groovy-plugin-utils:jar:1.2'
<dependency org="com.ibm.urbancode.plugins" name="groovy-plugin-utils" rev="1.2">
  <artifact name="groovy-plugin-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.urbancode.plugins', module='groovy-plugin-utils', version='1.2')
)
libraryDependencies += "com.ibm.urbancode.plugins" % "groovy-plugin-utils" % "1.2"
[com.ibm.urbancode.plugins/groovy-plugin-utils "1.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 1.8.8
com.google.code.gson : gson jar 2.3.1

Project Modules

There are no modules declared in this project.

Groovy Plugin Utils

The groovy-plugin-utils project supplies utility scripts for IBM UrbanCode Build and IBM UrbanCode Deploy plugins.

Compiling Source

gradle

Using groovy-plugin-utils as a dependency

You can find the latest version of the groovy-plugin-utils project on the Maven Central Repository. To add the groovy-plugin-utils project as a dependency in another Gradle project, add the following lines:

dependencies {
    compile 'com.ibm.urbancode.plugins:groovy-plugin-utils:1.2'
}

License

This plugin is protected under the Eclipse Public 1.0 License

Versions

Version
1.2
1.1
1.0