MVN

com.routing4you : litte-nanny-download-api

Maven & Gradle

May 30, 2015

Little Nanny child GPS tracker - API · Little Nanny is new type of Application to keep parents and their young children in touch. The idea is to reuse any old Smartphone (Android or iOS) as a high precision tracking device. After speaking with other parents, it was clear that there was a need for a really reliable App to help give children the freedom they need to explore and discover, while staying in touch with those who matter most. Little Nanny has a simple mission ��� to help kids be kids again, while giving parents an amazing new window into their children���s lives.

<dependency>
    <groupId>com.routing4you</groupId>
    <artifactId>litte-nanny-download-api</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.routing4you : litte-nanny-download-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.routing4you : litte-nanny-download-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
litte-nanny-download-api-1.2
1.0
litte-nanny-download-api-1.0

How to add a dependency to Maven

Add the following com.routing4you : litte-nanny-download-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.routing4you</groupId>
    <artifactId>litte-nanny-download-api</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.routing4you : litte-nanny-download-api gradle dependency to your build.gradle file:

implementation 'com.routing4you:litte-nanny-download-api:1.2'

Gradle Kotlin DSL: Add the following com.routing4you : litte-nanny-download-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.routing4you:litte-nanny-download-api:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.routing4you : litte-nanny-download-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.routing4you" % "litte-nanny-download-api" % "1.2"

Advertisement