| License |
License |
|---|---|
| Categories |
CategoriesGradle Build Tools |
| GroupId | GroupIdcom.github.hegdepranav21 |
| ArtifactId | ArtifactIdSupport_Gradle |
| Last Version | Last Version1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSupport-Gradle
library
|
| Filename | Size |
|---|---|
| Support_Gradle-1.3.pom | |
| Support_Gradle-1.3.jar | 1 KB |
| Support_Gradle-1.3-sources.jar | 1 KB |
| Support_Gradle-1.3-javadoc.jar | 386 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hegdepranav21/Support_Gradle/ -->
<dependency>
<groupId>com.github.hegdepranav21</groupId>
<artifactId>Support_Gradle</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hegdepranav21/Support_Gradle/
implementation 'com.github.hegdepranav21:Support_Gradle:1.3'
// https://jarcasting.com/artifacts/com.github.hegdepranav21/Support_Gradle/
implementation ("com.github.hegdepranav21:Support_Gradle:1.3")
'com.github.hegdepranav21:Support_Gradle:jar:1.3'
<dependency org="com.github.hegdepranav21" name="Support_Gradle" rev="1.3">
<artifact name="Support_Gradle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hegdepranav21', module='Support_Gradle', version='1.3')
)
libraryDependencies += "com.github.hegdepranav21" % "Support_Gradle" % "1.3"
[com.github.hegdepranav21/Support_Gradle "1.3"]