License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdme.dlkanth |
ArtifactId | ArtifactIddrop-code |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionDrop-Code
A Gradle plugin that pushes Gradle project's source to dropbox
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
drop-code-1.0.pom | |
drop-code-1.0.jar | 7 KB |
drop-code-1.0-sources.jar | 2 KB |
drop-code-1.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.dlkanth/drop-code/ -->
<dependency>
<groupId>me.dlkanth</groupId>
<artifactId>drop-code</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.dlkanth/drop-code/
implementation 'me.dlkanth:drop-code:1.0'
// https://jarcasting.com/artifacts/me.dlkanth/drop-code/
implementation ("me.dlkanth:drop-code:1.0")
'me.dlkanth:drop-code:jar:1.0'
<dependency org="me.dlkanth" name="drop-code" rev="1.0">
<artifact name="drop-code" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.dlkanth', module='drop-code', version='1.0')
)
libraryDependencies += "me.dlkanth" % "drop-code" % "1.0"
[me.dlkanth/drop-code "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.dropbox.core : dropbox-core-sdk | jar | 2.1.1 |
com.squareup.okhttp3 : okhttp | jar | 3.5.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |