MVN

com.intsoftdev : sdknrstations-android

Maven & Gradle

Oct 07, 2022
0 stars

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

<dependency>
    <groupId>com.intsoftdev</groupId>
    <artifactId>sdknrstations-android</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.2

All Versions

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

Version Vulnerabilities Updated
3.0.x
sdknrstations-android-3.0.2
1.23
sdknrstations-android-1.23
1.1
sdknrstations-android-1.1
1.0
sdknrstations-android-1.0
0.624
sdknrstations-android-0.624
0.623
sdknrstations-android-0.623
0.62
sdknrstations-android-0.62
0.61
sdknrstations-android-0.61

How to add a dependency to Maven

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

<dependency>
    <groupId>com.intsoftdev</groupId>
    <artifactId>sdknrstations-android</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.intsoftdev:sdknrstations-android:3.0.2'

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

implementation("com.intsoftdev:sdknrstations-android:3.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.intsoftdev" % "sdknrstations-android" % "3.0.2"