MVN

com.github.mshockwave : android-support-util-java

Maven & Gradle

Oct 20, 2015
0 stars

Android Support Util For Java · Android support library utilities for generic java.

<dependency>
    <groupId>com.github.mshockwave</groupId>
    <artifactId>android-support-util-java</artifactId>
    <version>1.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mshockwave : android-support-util-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-RELEASE

All Versions

Choose a version of com.github.mshockwave : android-support-util-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
android-support-util-java-1.0-RELEASE

How to add a dependency to Maven

Add the following com.github.mshockwave : android-support-util-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mshockwave</groupId>
    <artifactId>android-support-util-java</artifactId>
    <version>1.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mshockwave : android-support-util-java gradle dependency to your build.gradle file:

implementation 'com.github.mshockwave:android-support-util-java:1.0-RELEASE'

Gradle Kotlin DSL: Add the following com.github.mshockwave : android-support-util-java gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mshockwave:android-support-util-java:1.0-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mshockwave : android-support-util-java sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mshockwave" % "android-support-util-java" % "1.0-RELEASE"