MVN

com.streethawk : library

Maven & Gradle

Sep 28, 2015

streethawkLibrary · Streethawk is mobile engagement automation for your smartphone and tablet app user.Engage users in right time using push message, create geofences and beacons to trigger location based campaign, analyse results and measure campaign performance

<dependency>
    <groupId>com.streethawk</groupId>
    <artifactId>library</artifactId>
    <version>1.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.streethawk : library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.3

All Versions

Choose a version of com.streethawk : library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
library-1.6.3
library-1.6.2
library-1.6.1
library-1.6.0
1.5.x
library-1.5.3
library-1.5.2
library-1.5.0
1.4.x
library-1.4.3
library-1.4.2
library-1.4.1
library-1.4.0
1.3.x
library-1.3.6
library-1.3.5
library-1.3.4
library-1.3.3

How to add a dependency to Maven

Add the following com.streethawk : library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.streethawk</groupId>
    <artifactId>library</artifactId>
    <version>1.6.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.streethawk : library gradle dependency to your build.gradle file:

implementation 'com.streethawk:library:1.6.3'

Gradle Kotlin DSL: Add the following com.streethawk : library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.streethawk:library:1.6.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.streethawk : library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.streethawk" % "library" % "1.6.3"

Advertisement