MVN

ru.astrainteractive.gradleplugin : android

Maven & Gradle

Jul 26, 2023
3 stars

GradlePlugin · GradlePlugin for my kotlin projects

<dependency>
    <groupId>ru.astrainteractive.gradleplugin</groupId>
    <artifactId>android</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.astrainteractive.gradleplugin : android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of ru.astrainteractive.gradleplugin : android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
android-0.1.1
android-0.1.0
0.0.x
android-0.0.10
android-0.0.9
android-0.0.8
android-0.0.7
android-0.0.6
android-0.0.5
android-0.0.4
android-0.0.3
android-0.0.2

How to add a dependency to Maven

Add the following ru.astrainteractive.gradleplugin : android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.astrainteractive.gradleplugin</groupId>
    <artifactId>android</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.astrainteractive.gradleplugin : android gradle dependency to your build.gradle file:

implementation 'ru.astrainteractive.gradleplugin:android:0.1.1'

Gradle Kotlin DSL: Add the following ru.astrainteractive.gradleplugin : android gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.astrainteractive.gradleplugin:android:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.astrainteractive.gradleplugin : android sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.astrainteractive.gradleplugin" % "android" % "0.1.1"