License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.deploygate |
ArtifactId | ArtifactIdgradle |
Last Version | Last Version2.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGradle DeployGate Plugin
This is the DeployGate plugin for the Gradle. You can build and deploy your apps to DeployGate by running a single task.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gradle-2.5.0.pom | |
gradle-2.5.0.jar | 32 KB |
gradle-2.5.0-sources.jar | 9 KB |
gradle-2.5.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.deploygate/gradle/ -->
<dependency>
<groupId>com.deploygate</groupId>
<artifactId>gradle</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.deploygate/gradle/
implementation 'com.deploygate:gradle:2.5.0'
// https://jarcasting.com/artifacts/com.deploygate/gradle/
implementation ("com.deploygate:gradle:2.5.0")
'com.deploygate:gradle:jar:2.5.0'
<dependency org="com.deploygate" name="gradle" rev="2.5.0">
<artifact name="gradle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.deploygate', module='gradle', version='2.5.0')
)
libraryDependencies += "com.deploygate" % "gradle" % "2.5.0"
[com.deploygate/gradle "2.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy.modules.http-builder : http-builder | jar | 0.7.1 |
org.apache.httpcomponents : httpmime | jar | 4.2.5 |
com.google.code.gson : gson | jar | 2.8.6 |
javax.annotation : javax.annotation-api | jar | 1.3.2 |