MVN

de.halfbit : magnetx-android-selector

Maven & Gradle

Oct 24, 2018
175 stars

Magnet SelectorFilter for Android · Dependency injection library for Android

<dependency>
    <groupId>de.halfbit</groupId>
    <artifactId>magnetx-android-selector</artifactId>
    <version>2.8-RC6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.halfbit : magnetx-android-selector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8-RC6
  • Latest Release Candidate: 2.8-RC6

All Versions

Choose a version of de.halfbit : magnetx-android-selector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8
magnetx-android-selector-2.8-RC6
magnetx-android-selector-2.8-RC5
magnetx-android-selector-2.8-RC4
magnetx-android-selector-2.8-RC3

How to add a dependency to Maven

Add the following de.halfbit : magnetx-android-selector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.halfbit</groupId>
    <artifactId>magnetx-android-selector</artifactId>
    <version>2.8-RC6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.halfbit : magnetx-android-selector gradle dependency to your build.gradle file:

implementation 'de.halfbit:magnetx-android-selector:2.8-RC6'

Gradle Kotlin DSL: Add the following de.halfbit : magnetx-android-selector gradle kotlin dependency to your build.gradle.kts file:

implementation("de.halfbit:magnetx-android-selector:2.8-RC6")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.halfbit : magnetx-android-selector sbt scala dependency to your build.sbt file:

libraryDependencies += "de.halfbit" % "magnetx-android-selector" % "2.8-RC6"