License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Gradle |
GroupId | GroupIdcom.github.freelifer |
ArtifactId | ArtifactIdmavenrepo-gradle-plugin |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMavenRepo Gradle Plugin
maven repo for Android Plugin.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mavenrepo-gradle-plugin-2.0.0.pom | |
mavenrepo-gradle-plugin-2.0.0.jar | 23 KB |
mavenrepo-gradle-plugin-2.0.0-sources.jar | 5 KB |
mavenrepo-gradle-plugin-2.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.freelifer/mavenrepo-gradle-plugin/ -->
<dependency>
<groupId>com.github.freelifer</groupId>
<artifactId>mavenrepo-gradle-plugin</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.freelifer/mavenrepo-gradle-plugin/
implementation 'com.github.freelifer:mavenrepo-gradle-plugin:2.0.0'
// https://jarcasting.com/artifacts/com.github.freelifer/mavenrepo-gradle-plugin/
implementation ("com.github.freelifer:mavenrepo-gradle-plugin:2.0.0")
'com.github.freelifer:mavenrepo-gradle-plugin:jar:2.0.0'
<dependency org="com.github.freelifer" name="mavenrepo-gradle-plugin" rev="2.0.0">
<artifact name="mavenrepo-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.freelifer', module='mavenrepo-gradle-plugin', version='2.0.0')
)
libraryDependencies += "com.github.freelifer" % "mavenrepo-gradle-plugin" % "2.0.0"
[com.github.freelifer/mavenrepo-gradle-plugin "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.3.50 |
com.android.tools.build : gradle | jar | 4.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |