MVN

com.intsoftdev : nrstations-android-debug

Maven & Gradle

Jul 17, 2023
0 stars

NRStations KMP library · Multiplatform SDK to retrieve all the national rail stations in the UK

<dependency>
    <groupId>com.intsoftdev</groupId>
    <artifactId>nrstations-android-debug</artifactId>
    <version>0.0.52</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.intsoftdev : nrstations-android-debug to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.52

All Versions

Choose a version of com.intsoftdev : nrstations-android-debug to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
nrstations-android-debug-0.0.52
nrstations-android-debug-0.0.51
nrstations-android-debug-0.0.4
nrstations-android-debug-0.0.2
nrstations-android-debug-0.0.1

How to add a dependency to Maven

Add the following com.intsoftdev : nrstations-android-debug maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.intsoftdev</groupId>
    <artifactId>nrstations-android-debug</artifactId>
    <version>0.0.52</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.intsoftdev : nrstations-android-debug gradle dependency to your build.gradle file:

implementation 'com.intsoftdev:nrstations-android-debug:0.0.52'

Gradle Kotlin DSL: Add the following com.intsoftdev : nrstations-android-debug gradle kotlin dependency to your build.gradle.kts file:

implementation("com.intsoftdev:nrstations-android-debug:0.0.52")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.intsoftdev : nrstations-android-debug sbt scala dependency to your build.sbt file:

libraryDependencies += "com.intsoftdev" % "nrstations-android-debug" % "0.0.52"