| License |
License |
|---|---|
| Categories |
CategoriesGradle Build Tools |
| GroupId | GroupIdcom.github.hippoom |
| ArtifactId | ArtifactIdgradle-pipeline-plugin |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiongradle-pipeline-plugin
A gradle plugin to simplify artifact sharing through continuous devilivery pipeline
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| gradle-pipeline-plugin-0.1.0.pom | |
| gradle-pipeline-plugin-0.1.0.jar | 14 KB |
| gradle-pipeline-plugin-0.1.0-sources.jar | 1 KB |
| gradle-pipeline-plugin-0.1.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hippoom/gradle-pipeline-plugin/ -->
<dependency>
<groupId>com.github.hippoom</groupId>
<artifactId>gradle-pipeline-plugin</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hippoom/gradle-pipeline-plugin/
implementation 'com.github.hippoom:gradle-pipeline-plugin:0.1.0'
// https://jarcasting.com/artifacts/com.github.hippoom/gradle-pipeline-plugin/
implementation ("com.github.hippoom:gradle-pipeline-plugin:0.1.0")
'com.github.hippoom:gradle-pipeline-plugin:jar:0.1.0'
<dependency org="com.github.hippoom" name="gradle-pipeline-plugin" rev="0.1.0">
<artifact name="gradle-pipeline-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hippoom', module='gradle-pipeline-plugin', version='0.1.0')
)
libraryDependencies += "com.github.hippoom" % "gradle-pipeline-plugin" % "0.1.0"
[com.github.hippoom/gradle-pipeline-plugin "0.1.0"]