MVN

info.android15.nucleus5 : nucleus-support-v4

Maven & Gradle

Oct 23, 2017
1 usages
1.9k stars

Nucleus support-v4 · Nucleus is an Android library, which helps to use the Model-View-Presenter pattern

<dependency>
    <groupId>info.android15.nucleus5</groupId>
    <artifactId>nucleus-support-v4</artifactId>
    <version>7.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.android15.nucleus5 : nucleus-support-v4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.0
  • Latest Beta: 5.0.0-beta1

All Versions

Choose a version of info.android15.nucleus5 : nucleus-support-v4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
nucleus-support-v4-7.0.0
5.0.x
nucleus-support-v4-5.0.0-beta1

How to add a dependency to Maven

Add the following info.android15.nucleus5 : nucleus-support-v4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.android15.nucleus5</groupId>
    <artifactId>nucleus-support-v4</artifactId>
    <version>7.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.android15.nucleus5 : nucleus-support-v4 gradle dependency to your build.gradle file:

implementation 'info.android15.nucleus5:nucleus-support-v4:7.0.0'

Gradle Kotlin DSL: Add the following info.android15.nucleus5 : nucleus-support-v4 gradle kotlin dependency to your build.gradle.kts file:

implementation("info.android15.nucleus5:nucleus-support-v4:7.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.android15.nucleus5 : nucleus-support-v4 sbt scala dependency to your build.sbt file:

libraryDependencies += "info.android15.nucleus5" % "nucleus-support-v4" % "7.0.0"

Advertisement